diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-22 04:19:14 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-22 04:19:14 +0000 |
commit | e84a227c36cc4719973f608e3400e7e075fb6413 (patch) | |
tree | 75c2b4f6d15ee967f3f97fa3e123741f3b077813 /lisp/apropos.el | |
parent | 52073db25d032e9498b257f7c2e33933eb9ba95e (diff) | |
download | emacs-e84a227c36cc4719973f608e3400e7e075fb6413.tar.gz |
(apropos-print-matches): Bind tem.
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r-- | lisp/apropos.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el index 161934fee81..6c2568eca55 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -196,7 +196,7 @@ Returns list of symbols and documentation found." (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.")) |