# HG changeset patch # User Dave Love # Date 975611182 0 # Node ID a1ed1d4ee8c4f43f397eac41aafc8b5b976b20cf # Parent 0044985507c73bc1fea7be74d3d3b747f57505c7 Fix read-buffer-function type. diff -r 0044985507c7 -r a1ed1d4ee8c4 lisp/cus-start.el --- 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