emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/man.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/man.el
Date: Wed, 16 Apr 2003 01:03:13 -0400

Index: emacs/lisp/man.el
diff -c emacs/lisp/man.el:1.121 emacs/lisp/man.el:1.122
*** emacs/lisp/man.el:1.121     Wed Apr  9 08:16:31 2003
--- emacs/lisp/man.el   Wed Apr 16 01:03:13 2003
***************
*** 1198,1204 ****
                            (aheadsym Man-refpages-alist)))
                   chosen
                   (prompt (concat "Refer to: (default " default ") ")))
!             (setq chosen (completing-read prompt Man-refpages-alist nil t))
              (if (or (not chosen)
                      (string= chosen ""))
                  default
--- 1198,1204 ----
                            (aheadsym Man-refpages-alist)))
                   chosen
                   (prompt (concat "Refer to: (default " default ") ")))
!             (setq chosen (completing-read prompt Man-refpages-alist))
              (if (or (not chosen)
                      (string= chosen ""))
                  default




reply via email to

[Prev in Thread] Current Thread [Next in Thread]