# HG changeset patch # User Kim F. Storm # Date 1099175948 0 # Node ID 668623fd68b1071ff81691c5d24f71fcefc1db0c # Parent 0b3a265b0a9c8e34e2c5f3aa2dcafc89edd2113a (group ido): Add :version keyword. (ido-mode): Remove :version keyword. diff -r 0b3a265b0a9c -r 668623fd68b1 lisp/ido.el --- 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)