aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ido.el
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2004-10-30 22:39:27 +0000
committerKim F. Storm <[email protected]>2004-10-30 22:39:27 +0000
commitad1432eea187fc8092c48b8b07dd9c8955157420 (patch)
tree954b2132e84b45eff9018c5110baf30c644a67cb /lisp/ido.el
parent162acfa765d1ddd99b6bf97cedcc681a24e4be8b (diff)
(group ido): Add :version keyword.
(ido-mode): Remove :version keyword.
Diffstat (limited to 'lisp/ido.el')
-rw-r--r--lisp/ido.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ido.el b/lisp/ido.el
index f9066544e1..8d55887eae 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -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 @@ use either \\[customize] or the function `ido-mode'."
: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)