# HG changeset patch # User Dave Love # Date 975611525 0 # Node ID 99bfa903d223e725fcd90d79b0f2f825f82ddc97 # Parent a1ed1d4ee8c4f43f397eac41aafc8b5b976b20cf Fix again. diff -r a1ed1d4ee8c4 -r 99bfa903d223 lisp/cus-start.el --- a/lisp/cus-start.el Thu Nov 30 19:06:22 2000 +0000 +++ b/lisp/cus-start.el Thu Nov 30 19:12:05 2000 +0000 @@ -179,7 +179,10 @@ "21.1") (minibuffer-auto-raise minibuffer boolean) ;; options property set at end - (read-buffer-function minibuffer (choice (const nil) function)) + (read-buffer-function minibuffer + (choice (const nil) + (function-item iswitchb-read-buffer) + function)) ;; msdos.c (dos-unsupported-char-glyph display integer) ;; process.c @@ -295,7 +298,6 @@ (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