Mercurial > emacs
changeset 50602:c7575377858f
(Man-follow-manual-reference): Don't require match
when calling completing-read.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 16 Apr 2003 05:03:13 +0000 |
parents | ee4dd19f1255 |
children | 86ea12469954 |
files | lisp/man.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/man.el Tue Apr 15 20:44:19 2003 +0000 +++ b/lisp/man.el Wed Apr 16 05:03:13 2003 +0000 @@ -1198,7 +1198,7 @@ (aheadsym Man-refpages-alist))) chosen (prompt (concat "Refer to: (default " default ") "))) - (setq chosen (completing-read prompt Man-refpages-alist nil t)) + (setq chosen (completing-read prompt Man-refpages-alist)) (if (or (not chosen) (string= chosen "")) default