From 74f2ab0655f0b517521c499c189a76d6819f9bff Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 20 Jul 1992 22:30:14 +0000 Subject: *** empty log message *** --- lisp/startup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/startup.el b/lisp/startup.el index 2aa1f7a225..6932ede477 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -149,7 +149,7 @@ directory name of the directory where the `.emacs' file was looked for.") (run-hooks 'window-setup-hook))))) (defun command-line () - ;; See if we should import version-control from the envionment variable. + ;; See if we should import version-control from the environment variable. (let ((vc (getenv "VERSION_CONTROL"))) (cond ((eq vc nil)) ;don't do anything if not set ((or (string= vc "t") -- cgit v1.2.3