aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorDave Love <[email protected]>2000-11-30 19:12:41 +0000
committerDave Love <[email protected]>2000-11-30 19:12:41 +0000
commita8a1b05ddb385a12a2dc824e2df09c97cff98af6 (patch)
tree821408c3343df25d1de675177aeba81545f209ff /lisp
parent05e88ea8d19573f21d9af0ba93f5e0835afa28ac (diff)
Fix again.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/cus-start.el6
2 files changed, 8 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 334017d533..24038acf59 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2000-11-30 Dave Love <[email protected]>
+
+ * cus-start.el: Fix read-buffer-function type.
+
2000-11-30 Gerd Moellmann <[email protected]>
* md5.el: Removed. There's a built-in function, now.
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index 2709588840..608d0bc7f8 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