comparison lisp/ido.el @ 46333:a86a0859521a

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 12 Jul 2002 23:25:26 +0000
parents 712d0161e499
children 527b6139edd2
comparison
equal deleted inserted replaced
46332:4079bb42ddae 46333:a86a0859521a
2899 (t 2899 (t
2900 (copy-sequence (or ido-matches ido-cur-list))))))) 2900 (copy-sequence (or ido-matches ido-cur-list)))))))
2901 (if ido-xemacs 2901 (if ido-xemacs
2902 ;; XEmacs extents are put on by default, doesn't seem to be 2902 ;; XEmacs extents are put on by default, doesn't seem to be
2903 ;; any way of switching them off. 2903 ;; any way of switching them off.
2904 ;; This obscure code avoids a byte compiler warning in GNU emacs. 2904 ;; This obscure code avoids a byte compiler warning in Emacs.
2905 (let ((f 'display-completion-list)) 2905 (let ((f 'display-completion-list))
2906 (funcall f completion-list 2906 (funcall f completion-list
2907 :help-string "ido " 2907 :help-string "ido "
2908 :activate-callback 2908 :activate-callback
2909 '(lambda (x y z) (message "doesn't work yet, sorry!")))) 2909 '(lambda (x y z) (message "doesn't work yet, sorry!"))))