diff lisp/cus-start.el @ 34063:a1ed1d4ee8c4

Fix read-buffer-function type.
author Dave Love <fx@gnu.org>
date Thu, 30 Nov 2000 19:06:22 +0000
parents 022179568a0f
children 99bfa903d223
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