aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog8
-rw-r--r--lisp/ido.el2
2 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 55f022bf9c..ef580f180f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2004-10-31 Kim F. Storm <[email protected]>
+
+ * 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 <[email protected]>
* autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
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)