From 660e161fd92a459dbc30d797c6b697c5f870ac13 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sun, 8 Oct 2000 16:19:28 +0000 Subject: [PATCH] (iswitchb-mode): Add :require. --- lisp/iswitchb.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2