From: Dave Love Date: Sun, 8 Oct 2000 16:19:28 +0000 (+0000) Subject: (iswitchb-mode): Add :require. X-Git-Tag: emacs-pretest-21.0.90~1042 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=660e161fd92a459dbc30d797c6b697c5f870ac13;p=emacs.git (iswitchb-mode): Add :require. --- diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el index b34c8fee70e..bee6769c89f 100644 --- a/lisp/iswitchb.el +++ b/lisp/iswitchb.el @@ -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