aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cus-load.el
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-04-29 19:35:00 +0000
committerGerd Moellmann <[email protected]>2000-04-29 19:35:00 +0000
commit57cb56f585af49a387108cc522065a0256b16faa (patch)
treef28013b5e2966e944429ecbdc71e6e68004bbc0f /lisp/cus-load.el
parentc6d0703ae5f2e5f7152deda647d24cf4f40d2104 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/cus-load.el')
-rw-r--r--lisp/cus-load.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/cus-load.el b/lisp/cus-load.el
index b3b04240af..583c764df0 100644
--- a/lisp/cus-load.el
+++ b/lisp/cus-load.el
@@ -736,6 +736,8 @@
(custom-put-if-not 'gametree 'group-documentation "Manage game analysis trees in Emacs.")
(custom-put-if-not 'hscroll-global-mode 'custom-version "20.3")
(custom-put-if-not 'hscroll-global-mode 'standard-value t)
+(custom-put-if-not 'auto-save-file-name-transforms 'custom-version "21.1")
+(custom-put-if-not 'auto-save-file-name-transforms 'standard-value t)
(custom-put-if-not 'tags-apropos-verbose 'custom-version "21.1")
(custom-put-if-not 'tags-apropos-verbose 'standard-value t)
(custom-put-if-not 'dabbrev-ignored-regexps 'custom-version "21.1")
@@ -757,7 +759,7 @@
(custom-put-if-not 'eval-expression-print-level 'custom-version "21.1")
(custom-put-if-not 'eval-expression-print-level 'standard-value t)
-(defvar custom-versions-load-alist '(("20.3.3" "dos-vars") (21.1 "ange-ftp") ("20.4" "files" "sh-script" "help" "compile") ("21.1" "debug" "dabbrev" "paths" "sgml-mode" "fortran" "etags" "cus-edit" "frame" "add-log" "find-func" "simple") ("20.3" "desktop" "easymenu" "hscroll" "dabbrev" "ffap" "rmail" "paren" "mailabbrev" "frame" "uce" "mouse" "diary-lib" "sendmail" "debug" "hexl" "vcursor" "vc" "compile" "etags" "help" "browse-url" "add-log" "find-func" "vc-hooks" "cus-edit" "replace"))
+(defvar custom-versions-load-alist '(("20.3.3" "dos-vars") (21.1 "ange-ftp") ("20.4" "files" "sh-script" "help" "compile") ("21.1" "debug" "dabbrev" "files" "paths" "sgml-mode" "fortran" "etags" "cus-edit" "frame" "add-log" "find-func" "simple") ("20.3" "desktop" "easymenu" "hscroll" "dabbrev" "ffap" "rmail" "paren" "mailabbrev" "frame" "uce" "mouse" "diary-lib" "sendmail" "debug" "hexl" "vcursor" "vc" "compile" "etags" "help" "browse-url" "add-log" "find-func" "vc-hooks" "cus-edit" "replace"))
"For internal use by custom.")
(provide 'cus-load)