diff lisp/man.el @ 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 1f6682595898
children ec20af5e04b3
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