# HG changeset patch # User Richard M. Stallman # Date 1050469393 0 # Node ID c7575377858f5abd170f10afe04c306703d40445 # Parent ee4dd19f1255e891e05b9309c1be003d3c48004f (Man-follow-manual-reference): Don't require match when calling completing-read. diff -r ee4dd19f1255 -r c7575377858f lisp/man.el --- 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