emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Sat, 30 Mar 2002 02:56:06 -0500

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.557 emacs/lisp/files.el:1.558
*** emacs/lisp/files.el:1.557   Fri Mar 29 09:02:54 2002
--- emacs/lisp/files.el Sat Mar 30 02:56:05 2002
***************
*** 296,302 ****
    `(("\\`/[^/]*:\\(.+/\\)*\\(.*\\)"
       ;; 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")))
    "*Transforms to apply to buffer file name before making auto-save file name.
  Each transform is a list (REGEXP REPLACEMENT):
  REGEXP is a regular expression to match against the file name.
--- 296,302 ----
    `(("\\`/[^/]*:\\(.+/\\)*\\(.*\\)"
       ;; Don't put "\\2" inside expand-file-name, since it will be
       ;; transformed to "/2" on DOS/Windows.
!      ,(concat temporary-file-directory "\\2")))
    "*Transforms to apply to buffer file name before making auto-save file name.
  Each transform is a list (REGEXP REPLACEMENT):
  REGEXP is a regular expression to match against the file name.



reply via email to

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