From 6ba7a6f0facbdac071edeaf5f368054e3c7049d1 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 5 Aug 2008 21:41:56 +0000 Subject: [PATCH] Handle auto-save-visited-file-name. --- lisp/cus-start.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/cus-start.el b/lisp/cus-start.el index bdd6840cf80..7786d349709 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -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") -- 2.39.2