diff options
author | Dave Love <fx@gnu.org> | 2000-11-30 19:06:22 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-11-30 19:06:22 +0000 |
commit | 05e88ea8d19573f21d9af0ba93f5e0835afa28ac (patch) | |
tree | 240334ff4e432c7da2f2d94fdc6f1cf2b517e6b0 /lisp/cus-start.el | |
parent | 70a0239a73aad3f579bf56c0836806e219e7a4f2 (diff) | |
download | emacs-05e88ea8d19573f21d9af0ba93f5e0835afa28ac.tar.gz |
Fix read-buffer-function type.
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r-- | lisp/cus-start.el | 2 |
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 |