/[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.10.4.2 by gerd, Thu Mar 7 11:36:44 2002 UTC revision 1.10.4.3 by eliz, Thu May 16 16:05:05 2002 UTC
# Line 3324  from point as default.  Value is a list Line 3324  from point as default.  Value is a list
3324                             (completing-read prompt alist nil nil member-name)))                             (completing-read prompt alist nil nil member-name)))
3325                     (completion-result (try-completion name alist)))                     (completion-result (try-completion name alist)))
3326                ;; Cannot rely on `try-completion' returning T for exact                ;; Cannot rely on `try-completion' returning T for exact
3327                ;; matches!  it returns the the name as a string.                ;; matches!  it returns the name as a string.
3328                (unless (setq member-info (gethash name members))                (unless (setq member-info (gethash name members))
3329                  (if (y-or-n-p "No exact match found.  Try substrings? ")                  (if (y-or-n-p "No exact match found.  Try substrings? ")
3330                      (setq name                      (setq name

Legend:
Removed from v.1.10.4.2  
changed lines
  Added in v.1.10.4.3

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