From 05e88ea8d19573f21d9af0ba93f5e0835afa28ac Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 30 Nov 2000 19:06:22 +0000 Subject: [PATCH] Fix read-buffer-function type. --- lisp/cus-start.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5