/[emacs]/emacs/lisp/startup.el
ViewVC logotype

Diff of /emacs/lisp/startup.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.295 by eliz, Sat Mar 30 07:56:48 2002 UTC revision 1.296 by gm, Sat Apr 20 22:25:55 2002 UTC
# Line 657  or `CVS', and any subdirectory that cont Line 657  or `CVS', and any subdirectory that cont
657          (list (list "\\`/[^/]*:\\(.+/\\)*\\(.*\\)"          (list (list "\\`/[^/]*:\\(.+/\\)*\\(.*\\)"
658                      ;; Don't put "\\2" inside expand-file-name, since                      ;; Don't put "\\2" inside expand-file-name, since
659                      ;; it will be transformed to "/2" on DOS/Windows.                      ;; it will be transformed to "/2" on DOS/Windows.
660                      (concat temporary-file-directory "\\2"))))                      (concat temporary-file-directory "\\2") t)))
661    
662    ;; See if we should import version-control from the environment variable.    ;; See if we should import version-control from the environment variable.
663    (let ((vc (getenv "VERSION_CONTROL")))    (let ((vc (getenv "VERSION_CONTROL")))

Legend:
Removed from v.1.295  
changed lines
  Added in v.1.296

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26