# HG changeset patch # User Dave Love # Date 975347184 0 # Node ID 022179568a0f644a675f0dbcc60a2b5bd35f4d6e # Parent d2f15377cc82b2984fae4b0390e3393412e5fd3f Add version. : Add. diff -r d2f15377cc82 -r 022179568a0f lisp/cus-start.el --- a/lisp/cus-start.el Mon Nov 27 17:41:06 2000 +0000 +++ b/lisp/cus-start.el Mon Nov 27 17:46:24 2000 +0000 @@ -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