1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

*** empty log message ***

This commit is contained in:
Roland McGrath 1992-07-20 22:30:14 +00:00
parent 4d7c105e5d
commit 74f2ab0655

View File

@ -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")