emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ido.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/ido.el
Date: Fri, 12 Jul 2002 19:25:27 -0400

Index: emacs/lisp/ido.el
diff -c emacs/lisp/ido.el:1.9 emacs/lisp/ido.el:1.10
*** emacs/lisp/ido.el:1.9       Wed Jul 10 07:08:01 2002
--- emacs/lisp/ido.el   Fri Jul 12 19:25:26 2002
***************
*** 2901,2907 ****
            (if ido-xemacs 
                ;; XEmacs extents are put on by default, doesn't seem to be
                ;; any way of switching them off.
!               ;; This obscure code avoids a byte compiler warning in GNU 
emacs.
                (let ((f 'display-completion-list))
                  (funcall f completion-list
                           :help-string "ido "
--- 2901,2907 ----
            (if ido-xemacs 
                ;; XEmacs extents are put on by default, doesn't seem to be
                ;; any way of switching them off.
!               ;; This obscure code avoids a byte compiler warning in Emacs.
                (let ((f 'display-completion-list))
                  (funcall f completion-list
                           :help-string "ido "



reply via email to

[Prev in Thread] Current Thread [Next in Thread]