comparison lisp/ido.el @ 62051:61a2da179b1d

Fix emacs version in commentary.
author Kim F. Storm <storm@cua.dk>
date Tue, 03 May 2005 14:29:11 +0000
parents cdaec25dce2c
children e002770fe3ac 08185296b491
comparison
equal deleted inserted replaced
62050:9658387c7d01 62051:61a2da179b1d
54 ;; This is basically what ido (interactively do) is all about; but I 54 ;; This is basically what ido (interactively do) is all about; but I
55 ;; found it ackward to merge my changes into the "iswitchb-" namespace, 55 ;; found it ackward to merge my changes into the "iswitchb-" namespace,
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
63 ;; an idea of Yuji Minejima <ggb01164@nifty.ne.jp> and his mcomplete-package. 63 ;; an idea of Yuji Minejima <ggb01164@nifty.ne.jp> and his mcomplete-package.
64 64