mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
Fix again.
This commit is contained in:
parent
05e88ea8d1
commit
a8a1b05ddb
@ -1,3 +1,7 @@
|
||||
2000-11-30 Dave Love <fx@gnu.org>
|
||||
|
||||
* cus-start.el: Fix read-buffer-function type.
|
||||
|
||||
2000-11-30 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* md5.el: Removed. There's a built-in function, now.
|
||||
|
@ -179,7 +179,10 @@
|
||||
"21.1")
|
||||
(minibuffer-auto-raise minibuffer boolean)
|
||||
;; options property set at end
|
||||
(read-buffer-function minibuffer (choice (const nil) function))
|
||||
(read-buffer-function minibuffer
|
||||
(choice (const nil)
|
||||
(function-item iswitchb-read-buffer)
|
||||
function))
|
||||
;; msdos.c
|
||||
(dos-unsupported-char-glyph display integer)
|
||||
;; process.c
|
||||
@ -295,7 +298,6 @@
|
||||
(put symbol 'custom-type type)
|
||||
(put symbol 'custom-version version)))))
|
||||
|
||||
(custom-add-option 'read-buffer-function 'iswitchb-read-buffer)
|
||||
(custom-add-to-group 'iswitchb 'read-buffer-function 'custom-variable)
|
||||
|
||||
;; Record cus-start as loaded
|
||||
|
Loading…
Reference in New Issue
Block a user