/[emacs]/emacs/lisp/progmodes/ebrowse.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/ebrowse.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by monnier, Sun Dec 2 07:17:00 2001 UTC revision 1.13 by pj, Thu Dec 20 18:13:41 2001 UTC
# Line 3322  from point as default.  Value is a list Line 3322  from point as default.  Value is a list
3322                     (name (ebrowse-ignoring-completion-case                     (name (ebrowse-ignoring-completion-case
3323                             (completing-read prompt alist nil nil member-name)))                             (completing-read prompt alist nil nil member-name)))
3324                     (completion-result (try-completion name alist)))                     (completion-result (try-completion name alist)))
3325                ;; Cannot rely on `try-completion' returning T for exact                ;; Cannot rely on `try-completion' returning t for exact
3326                ;; matches!  it returns the the name as a string.                ;; matches!  It returns the the name as a string.
3327                (unless (setq member-info (gethash name members))                (unless (setq member-info (gethash name members))
3328                  (if (y-or-n-p "No exact match found.  Try substrings? ")                  (if (y-or-n-p "No exact match found.  Try substrings? ")
3329                      (setq name                      (setq name

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26