aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2005-05-03 14:29:11 +0000
committerKim F. Storm2005-05-03 14:29:11 +0000
commit1aeb255d5f30cd85e7d6938598d17a87d53f18e8 (patch)
tree86d26f16f10f0fb87fa7db200b4ecd6494c66ec5
parent5c66660f61ad9caccc7787eac5f8559c22ebf893 (diff)
downloademacs-1aeb255d5f30cd85e7d6938598d17a87d53f18e8.tar.gz
emacs-1aeb255d5f30cd85e7d6938598d17a87d53f18e8.zip
Fix emacs version in commentary.
-rw-r--r--lisp/ido.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ido.el b/lisp/ido.el
index 4c6db529ef7..7ed2d62386c 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -56,7 +56,7 @@
56;; so I invented a common "ido-" namespace for the merged packages. 56;; so I invented a common "ido-" namespace for the merged packages.
57;; 57;;
58;; This version is based on ido.el version 1.57 released on 58;; This version is based on ido.el version 1.57 released on
59;; gnu.emacs.sources adapted for emacs 21.5 to use command remapping 59;; gnu.emacs.sources adapted for emacs 22.1 to use command remapping
60;; and optionally hooking the read-buffer and read-file-name functions. 60;; and optionally hooking the read-buffer and read-file-name functions.
61;; 61;;
62;; Prefix matching was added by Klaus Berndl <klaus.berndl@sdm.de> based on 62;; Prefix matching was added by Klaus Berndl <klaus.berndl@sdm.de> based on