summaryrefslogtreecommitdiff
path: root/lisp/cus-start.el
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-11-30 19:06:22 +0000
committerDave Love <fx@gnu.org>2000-11-30 19:06:22 +0000
commit05e88ea8d19573f21d9af0ba93f5e0835afa28ac (patch)
tree240334ff4e432c7da2f2d94fdc6f1cf2b517e6b0 /lisp/cus-start.el
parent70a0239a73aad3f579bf56c0836806e219e7a4f2 (diff)
downloademacs-05e88ea8d19573f21d9af0ba93f5e0835afa28ac.tar.gz
Fix read-buffer-function type.
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r--lisp/cus-start.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index c2a3a32e218..2709588840e 100644
--- a/lisp/cus-start.el
+++ b/lisp/cus-start.el
@@ -179,7 +179,7 @@
"21.1")
(minibuffer-auto-raise minibuffer boolean)
;; options property set at end
- (read-buffer-function minibuffer (choice nil function))
+ (read-buffer-function minibuffer (choice (const nil) function))
;; msdos.c
(dos-unsupported-char-glyph display integer)
;; process.c