1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-25 19:11:56 +00:00

(group ido): Add :version keyword.

(ido-mode): Remove :version keyword.
This commit is contained in:
Kim F. Storm 2004-10-30 22:39:27 +00:00
parent 162acfa765
commit ad1432eea1
2 changed files with 9 additions and 1 deletions

View 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.

View File

@ -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)