emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/startup.el


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el
Date: Sat, 20 Apr 2002 18:25:55 -0400

Index: emacs/lisp/startup.el
diff -c emacs/lisp/startup.el:1.295 emacs/lisp/startup.el:1.296
*** emacs/lisp/startup.el:1.295 Sat Mar 30 02:56:48 2002
--- emacs/lisp/startup.el       Sat Apr 20 18:25:55 2002
***************
*** 657,663 ****
        (list (list "\\`/[^/]*:\\(.+/\\)*\\(.*\\)"
                    ;; Don't put "\\2" inside expand-file-name, since
                    ;; it will be transformed to "/2" on DOS/Windows.
!                   (concat temporary-file-directory "\\2"))))
  
    ;; See if we should import version-control from the environment variable.
    (let ((vc (getenv "VERSION_CONTROL")))
--- 657,663 ----
        (list (list "\\`/[^/]*:\\(.+/\\)*\\(.*\\)"
                    ;; Don't put "\\2" inside expand-file-name, since
                    ;; it will be transformed to "/2" on DOS/Windows.
!                   (concat temporary-file-directory "\\2") t)))
  
    ;; See if we should import version-control from the environment variable.
    (let ((vc (getenv "VERSION_CONTROL")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]