From ad1432eea187fc8092c48b8b07dd9c8955157420 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Sat, 30 Oct 2004 22:39:27 +0000 Subject: [PATCH] (group ido): Add :version keyword. (ido-mode): Remove :version keyword. --- lisp/ChangeLog | 8 ++++++++ lisp/ido.el | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 55f022bf9c9..ef580f180f4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2004-10-31 Kim F. Storm + + * 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 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword. diff --git a/lisp/ido.el b/lisp/ido.el index f9066544e1f..8d55887eae5 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) -- 2.39.5