1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Handle auto-save-visited-file-name.

This commit is contained in:
Chong Yidong 2008-08-05 21:41:56 +00:00
parent 7e537871ff
commit 6ba7a6f0fa

View file

@ -166,6 +166,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
(const :tag "always" t)))
;; fileio.c
(delete-by-moving-to-trash auto-save boolean "23.1")
(auto-save-visited-file-name auto-save boolean)
;; fns.c
(use-dialog-box menu boolean "21.1")
(use-file-dialog menu boolean "22.1")