]> git.eshelyaron.com Git - emacs.git/commitdiff
Add version.
authorDave Love <fx@gnu.org>
Mon, 27 Nov 2000 17:46:24 +0000 (17:46 +0000)
committerDave Love <fx@gnu.org>
Mon, 27 Nov 2000 17:46:24 +0000 (17:46 +0000)
<read-buffer-function>: Add.

lisp/cus-start.el

index 1dbed46d4be0f64e4c20fb05b307704203ffaf0f..c2a3a32e218514d7752b04a16989f6f9801410c2 100644 (file)
                       (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
        (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