1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(iswitchb-mode): Add :require.

This commit is contained in:
Dave Love 2000-10-08 16:19:28 +00:00
parent a30ed6ace6
commit 660e161fd9

View File

@ -244,6 +244,7 @@ use either \\[customize] or the function `iswitchb-mode'."
(iswitchb-mode (or value 0)))
:initialize 'custom-initialize-default
:group 'iswitchb
:require 'iswitchb
:version "21.1"
:type 'boolean)
@ -574,7 +575,7 @@ If REQUIRE-MATCH is non-nil, an existing-buffer must be selected."
;; prompt the user for the buffer name
(setq iswitchb-final-text (completing-read
prompt ;the prompt
'(("dummy".1)) ;table
'(("dummy" . 1)) ;table
nil ;predicate
nil ;require-match [handled elsewhere]
nil ;initial-contents