[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/ido.el
From: |
Kim F . Storm |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/ido.el |
Date: |
Sat, 30 Oct 2004 18:44:30 -0400 |
Index: emacs/lisp/ido.el
diff -c emacs/lisp/ido.el:1.43 emacs/lisp/ido.el:1.44
*** emacs/lisp/ido.el:1.43 Fri Sep 24 23:48:48 2004
--- emacs/lisp/ido.el Sat Oct 30 22:39:08 2004
***************
*** 338,343 ****
--- 338,344 ----
"Switch between files using substrings."
:group 'extensions
:group 'convenience
+ :version "21.4"
:link '(emacs-commentary-link :tag "Commentary" "ido.el")
:link '(emacs-library-link :tag "Lisp File" "ido.el"))
***************
*** 359,365 ****
:require 'ido
:link '(emacs-commentary-link "ido.el")
:set-after '(ido-save-directory-list-file)
- :version "21.4"
:type '(choice (const :tag "Turn on only buffer" buffer)
(const :tag "Turn on only file" file)
(const :tag "Turn on both buffer and file" both)
--- 360,365 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/ido.el,
Kim F . Storm <=