changeset 34063:a1ed1d4ee8c4

Fix read-buffer-function type.
author Dave Love <fx@gnu.org>
date Thu, 30 Nov 2000 19:06:22 +0000
parents 0044985507c7
children 99bfa903d223
files lisp/cus-start.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-start.el	Thu Nov 30 18:20:01 2000 +0000
+++ b/lisp/cus-start.el	Thu Nov 30 19:06:22 2000 +0000
@@ -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