diff options
| author | Dave Love <fx@gnu.org> | 2000-11-27 17:46:24 +0000 |
|---|---|---|
| committer | Dave Love <fx@gnu.org> | 2000-11-27 17:46:24 +0000 |
| commit | ecf5279ade7a9281ded73a6eca74c24272c7c452 (patch) | |
| tree | 4f3bb6629f6e7f247a27bb44ba964e177261b66e /lisp/cus-start.el | |
| parent | 0934097355f21077d8e2ead4e7301c0323d00880 (diff) | |
| download | emacs-ecf5279ade7a9281ded73a6eca74c24272c7c452.tar.gz | |
Add version.
<read-buffer-function>: Add.
Diffstat (limited to 'lisp/cus-start.el')
| -rw-r--r-- | lisp/cus-start.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 1dbed46d4be..c2a3a32e218 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -175,8 +175,11 @@ (list :inline t :format "%v" (symbol :tag "Property") - (sexp :tag "Value"))))) + (sexp :tag "Value")))) + "21.1") (minibuffer-auto-raise minibuffer boolean) + ;; options property set at end + (read-buffer-function minibuffer (choice nil function)) ;; msdos.c (dos-unsupported-char-glyph display integer) ;; process.c @@ -292,6 +295,9 @@ (put symbol 'custom-type type) (put symbol 'custom-version version))))) +(custom-add-option 'read-buffer-function 'iswitchb-read-buffer) +(custom-add-to-group 'iswitchb 'read-buffer-function 'custom-variable) + ;; Record cus-start as loaded ;; if we have set up all the info that we can set up. ;; Don't record cus-start as loaded |
