Mercurial > emacs
changeset 97299:1f78af678744
(auto-save-visited-file-name): Move definition to fileio.c.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 05 Aug 2008 21:41:46 +0000 |
parents | 1e58bf00cb0b |
children | 6fc28ec407d2 |
files | lisp/files.el |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Tue Aug 05 21:41:30 2008 +0000 +++ b/lisp/files.el Tue Aug 05 21:41:46 2008 +0000 @@ -329,12 +329,6 @@ :type 'boolean :group 'auto-save) -(defcustom auto-save-visited-file-name nil - "Non-nil says auto-save a buffer in the file it is visiting, when practical. -Normally auto-save files are written under other names." - :type 'boolean - :group 'auto-save) - (defcustom auto-save-file-name-transforms `(("\\`/[^/]*:\\([^/]*/\\)*\\([^/]*\\)\\'" ;; Don't put "\\2" inside expand-file-name, since it will be