emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ebrowse.el
Date: Thu, 20 Dec 2001 13:13:42 -0500

Index: emacs/lisp/progmodes/ebrowse.el
diff -c emacs/lisp/progmodes/ebrowse.el:1.12 
emacs/lisp/progmodes/ebrowse.el:1.13
*** emacs/lisp/progmodes/ebrowse.el:1.12        Sun Dec  2 02:17:00 2001
--- emacs/lisp/progmodes/ebrowse.el     Thu Dec 20 13:13:41 2001
***************
*** 3322,3329 ****
                   (name (ebrowse-ignoring-completion-case
                           (completing-read prompt alist nil nil member-name)))
                   (completion-result (try-completion name alist)))
!             ;; Cannot rely on `try-completion' returning T for exact
!             ;; matches!  it returns the the name as a string.
              (unless (setq member-info (gethash name members))
                (if (y-or-n-p "No exact match found.  Try substrings? ")
                    (setq name 
--- 3322,3329 ----
                   (name (ebrowse-ignoring-completion-case
                           (completing-read prompt alist nil nil member-name)))
                   (completion-result (try-completion name alist)))
!             ;; Cannot rely on `try-completion' returning t for exact
!             ;; matches!  It returns the the name as a string.
              (unless (setq member-info (gethash name members))
                (if (y-or-n-p "No exact match found.  Try substrings? ")
                    (setq name 



reply via email to

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