]> git.eshelyaron.com Git - emacs.git/commitdiff
(iswitchb-mode): Add :require.
authorDave Love <fx@gnu.org>
Sun, 8 Oct 2000 16:19:28 +0000 (16:19 +0000)
committerDave Love <fx@gnu.org>
Sun, 8 Oct 2000 16:19:28 +0000 (16:19 +0000)
lisp/iswitchb.el

index b34c8fee70ebcfd31b7c222c8d8ed1c3cf55e93f..bee6769c89f65c2a2db243b0f86d1d5e8ebf5965 100644 (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