(ido-mode): Remove :version keyword.
+2004-10-31 Kim F. Storm <storm@cua.dk>
+
+ * ido.el (group ido): Add :version keyword.
+ (ido-mode): Remove :version keyword.
+
+ * emulation/cua-base.el (group cua): Add :version keyword.
+ (cua-mode): Remove :version keyword.
+
2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
* autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
"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"))
: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)