]> git.eshelyaron.com Git - emacs.git/commitdiff
(group ido): Add :version keyword.
authorKim F. Storm <storm@cua.dk>
Sat, 30 Oct 2004 22:39:27 +0000 (22:39 +0000)
committerKim F. Storm <storm@cua.dk>
Sat, 30 Oct 2004 22:39:27 +0000 (22:39 +0000)
(ido-mode): Remove :version keyword.

lisp/ChangeLog
lisp/ido.el

index 55f022bf9c9d7e1cbde04ecde819d70dfdf6de2f..ef580f180f4ba1ddd4239b8eadddbb32ae5aa890 100644 (file)
@@ -1,3 +1,11 @@
+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.
index f9066544e1fb44e1c76c3cda203f851b21420c8a..8d55887eae57bac5a558e55d89b574d0be862016 100644 (file)
   "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)