Mercurial > emacs
changeset 34064:99bfa903d223
Fix again.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 30 Nov 2000 19:12:05 +0000 |
parents | a1ed1d4ee8c4 |
children | 2b2f4125bdef |
files | lisp/cus-start.el |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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