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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el
Date: Sat, 30 Mar 2002 02:56:49 -0500

Index: emacs/lisp/startup.el
diff -c emacs/lisp/startup.el:1.294 emacs/lisp/startup.el:1.295
*** emacs/lisp/startup.el:1.294 Fri Mar 29 09:03:27 2002
--- emacs/lisp/startup.el       Sat Mar 30 02:56:48 2002
***************
*** 657,664 ****
        (list (list "\\`/[^/]*:\\(.+/\\)*\\(.*\\)"
                    ;; Don't put "\\2" inside expand-file-name, since
                    ;; it will be transformed to "/2" on DOS/Windows.
!                   (concat (expand-file-name 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"))))
  
    ;; 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]