From: Glenn Morris Date: Sat, 20 Apr 2002 22:25:55 +0000 (+0000) Subject: (command-line): Add third element to auto-save-file-name-transforms. X-Git-Tag: ttn-vms-21-2-B4~15508 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ecad17d8f5999b0e2635186dba2ab25d4d40866;p=emacs.git (command-line): Add third element to auto-save-file-name-transforms. --- diff --git a/lisp/startup.el b/lisp/startup.el index 2a3ae710c6a..f4cc9c81875 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -657,7 +657,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'." (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")))) + (concat temporary-file-directory "\\2") t))) ;; See if we should import version-control from the environment variable. (let ((vc (getenv "VERSION_CONTROL")))