diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-04-24 14:01:22 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-04-24 14:01:22 +0000 |
commit | cc181e9561a8f667658fb386a17b7c50e158b3b9 (patch) | |
tree | 253f40d0b953aa317e09fa65d3895920a7f38d2f /lisp/cus-load.el | |
parent | 9ff6bda1f3dc40081273fdd61ee027c375377a35 (diff) | |
download | emacs-cc181e9561a8f667658fb386a17b7c50e158b3b9.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/cus-load.el')
-rw-r--r-- | lisp/cus-load.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/cus-load.el b/lisp/cus-load.el index df9b657c8a2..b3b04240af2 100644 --- a/lisp/cus-load.el +++ b/lisp/cus-load.el @@ -400,6 +400,7 @@ (put 'gnus-article-saving 'custom-loads '("gnus-art")) (put 'icomplete 'custom-loads '("icomplete")) (put 'LaTeX 'custom-loads '("reftex-vars")) +(put 'scrolling 'custom-loads '("frame")) (put 'man 'custom-loads '("man")) (put 'solitaire 'custom-loads '("solitaire")) (put 'hippie-expand 'custom-loads '("hippie-exp")) @@ -611,6 +612,8 @@ (custom-put-if-not 'change-log-version-info-enabled 'standard-value t) (custom-put-if-not 'midnight 'custom-version "20.3") (custom-put-if-not 'midnight 'group-documentation "Run something every day at midnight.") +(custom-put-if-not 'automatic-hscrolling 'custom-version "21.1") +(custom-put-if-not 'automatic-hscrolling 'standard-value t) (custom-put-if-not 'custom-buffer-done-function 'custom-version "21.1") (custom-put-if-not 'custom-buffer-done-function 'standard-value t) (custom-put-if-not 'tags-apropos-additional-actions 'custom-version "21.1") @@ -689,6 +692,8 @@ (custom-put-if-not 'checkdoc 'group-documentation "Support for doc string checking in Emacs Lisp.") (custom-put-if-not 'mail-abbrevs-mode 'custom-version "20.3") (custom-put-if-not 'mail-abbrevs-mode 'standard-value t) +(custom-put-if-not 'scrolling 'custom-version "21.1") +(custom-put-if-not 'scrolling 'group-documentation "Scrolling windows.") (custom-put-if-not 'sh-imenu-generic-expression 'custom-version "20.4") (custom-put-if-not 'sh-imenu-generic-expression 'standard-value t) (custom-put-if-not 'temp-buffer-max-height 'custom-version "20.4") @@ -752,7 +757,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" "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" "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) |