[Top][All Lists]
[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: |
Sun, 13 Jan 2002 05:05:37 -0500 |
Index: emacs/lisp/progmodes/ebrowse.el
diff -c emacs/lisp/progmodes/ebrowse.el:1.13
emacs/lisp/progmodes/ebrowse.el:1.14
*** emacs/lisp/progmodes/ebrowse.el:1.13 Thu Dec 20 13:13:41 2001
--- emacs/lisp/progmodes/ebrowse.el Sun Jan 13 05:05:37 2002
***************
*** 3323,3329 ****
(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
--- 3323,3329 ----
(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 name as a string.
(unless (setq member-info (gethash name members))
(if (y-or-n-p "No exact match found. Try substrings? ")
(setq name
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/progmodes/ebrowse.el,
Pavel Janík <=