changeset 32288:47476840057c

(iswitchb-mode): Add :require.
author Dave Love <fx@gnu.org>
date Sun, 08 Oct 2000 16:19:28 +0000
parents 9d63959616b7
children 1c042b411eda
files lisp/iswitchb.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/iswitchb.el	Sun Oct 08 15:52:38 2000 +0000
+++ b/lisp/iswitchb.el	Sun Oct 08 16:19:28 2000 +0000
@@ -244,6 +244,7 @@
 	 (iswitchb-mode (or value 0)))
   :initialize 'custom-initialize-default
   :group 'iswitchb
+  :require 'iswitchb
   :version "21.1"
   :type 'boolean)
 
@@ -574,7 +575,7 @@
       ;; 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