# HG changeset patch # User Dave Love # Date 971021968 0 # Node ID 47476840057c3130129a70d3c8ab9d68d4c352c8 # Parent 9d63959616b7f01ab7b259b7b375c6699d6da992 (iswitchb-mode): Add :require. diff -r 9d63959616b7 -r 47476840057c lisp/iswitchb.el --- 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