From 2b0194315a0be076bce081a8346e2e979744f778 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 22 May 1993 04:19:14 +0000 Subject: [PATCH] (apropos-print-matches): Bind tem. --- lisp/apropos.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/apropos.el b/lisp/apropos.el index 161934fee8..6c2568eca5 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.")) -- 2.39.2