help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: iswitchb help


From: Umesh P Nair
Subject: Re: iswitchb help
Date: 31 Oct 2002 04:49:43 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

>>>>> On 30 Oct 2002 10:15:54 -0500, "LuisF" == Luis Fernandes
>>>>> <elf@ee.ryerson.ca> said:

 LuisF> I'm running 21.0.106.1 (this was the Emacs 21 pre-test) and
 LuisF> the iswitchb that come with it (there is no versioning
 LuisF> information in the iswitchb.el file).

It is on Line 250 of the iswitchb.el I have:

,----[ Code (Elisp) ]
| (defcustom iswitchb-mode nil
|   "Toggle Iswitchb mode.
| Setting this variable directly does not take effect;
| use either \\[customize] or the function `iswitchb-mode'."
|   :set (lambda (symbol value)
|        (iswitchb-mode (or value 0)))
|   :initialize 'custom-initialize-default
|   :group 'iswitchb
|   :require 'iswitchb
|   :version "21.1"        <====  HERE !
|   :type 'boolean)
`----

Regards,

- Umesh

-- 
----------------------------
Umesh P Nair
Remove 'z's from my email ID
----------------------------


reply via email to

[Prev in Thread] Current Thread [Next in Thread]