From a8a1b05ddb385a12a2dc824e2df09c97cff98af6 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 30 Nov 2000 19:12:41 +0000 Subject: [PATCH] Fix again. --- lisp/ChangeLog | 4 ++++ lisp/cus-start.el | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 334017d5330..24038acf596 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-11-30 Dave Love + + * cus-start.el: Fix read-buffer-function type. + 2000-11-30 Gerd Moellmann * md5.el: Removed. There's a built-in function, now. diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 2709588840e..608d0bc7f8a 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -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