Mercurial > emacs
changeset 62051:61a2da179b1d
Fix emacs version in commentary.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 03 May 2005 14:29:11 +0000 |
parents | 9658387c7d01 |
children | fa7d4d214722 |
files | lisp/ido.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ido.el Tue May 03 06:48:47 2005 +0000 +++ b/lisp/ido.el Tue May 03 14:29:11 2005 +0000 @@ -56,7 +56,7 @@ ;; so I invented a common "ido-" namespace for the merged packages. ;; ;; This version is based on ido.el version 1.57 released on -;; gnu.emacs.sources adapted for emacs 21.5 to use command remapping +;; gnu.emacs.sources adapted for emacs 22.1 to use command remapping ;; and optionally hooking the read-buffer and read-file-name functions. ;; ;; Prefix matching was added by Klaus Berndl <klaus.berndl@sdm.de> based on