mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Add version.
<read-buffer-function>: Add.
This commit is contained in:
parent
0934097355
commit
ecf5279ade
1 changed files with 7 additions and 1 deletions
|
|
@ -175,8 +175,11 @@
|
|||
(list :inline t
|
||||
:format "%v"
|
||||
(symbol :tag "Property")
|
||||
(sexp :tag "Value")))))
|
||||
(sexp :tag "Value"))))
|
||||
"21.1")
|
||||
(minibuffer-auto-raise minibuffer boolean)
|
||||
;; options property set at end
|
||||
(read-buffer-function minibuffer (choice nil function))
|
||||
;; msdos.c
|
||||
(dos-unsupported-char-glyph display integer)
|
||||
;; process.c
|
||||
|
|
@ -292,6 +295,9 @@
|
|||
(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
|
||||
;; if we have set up all the info that we can set up.
|
||||
;; Don't record cus-start as loaded
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue