changeset 57805:668623fd68b1

(group ido): Add :version keyword. (ido-mode): Remove :version keyword.
author Kim F. Storm <storm@cua.dk>
date Sat, 30 Oct 2004 22:39:08 +0000
parents 0b3a265b0a9c
children fd2464159489
files lisp/ido.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ido.el	Sat Oct 30 22:38:12 2004 +0000
+++ b/lisp/ido.el	Sat Oct 30 22:39:08 2004 +0000
@@ -338,6 +338,7 @@
   "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,7 +360,6 @@
   :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)