Mercurial > emacs
changeset 2946:1f24ead69a2f
(apropos-print-matches): Bind tem.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 22 May 1993 04:19:14 +0000 |
parents | 2c1f0215fcc3 |
children | 518509536741 |
files | lisp/apropos.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/apropos.el Sat May 22 00:24:21 1993 +0000 +++ b/lisp/apropos.el Sat May 22 04:19:14 1993 +0000 @@ -196,7 +196,7 @@ (string-lessp (car a) (car b)))))) (let ((p matches) (old-buffer (current-buffer)) - item keys-done symbol) + item keys-done symbol tem) (save-excursion (set-buffer standard-output) (or matches (princ "No matches found."))