1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(auto-save-visited-file-name): Move definition to fileio.c.

This commit is contained in:
Chong Yidong 2008-08-05 21:41:46 +00:00
parent 17d899aadb
commit 7e537871ff

View file

@ -329,12 +329,6 @@ add a final newline, whenever you save a file that really needs one."
: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