# HG changeset patch # User Richard M. Stallman # Date 738044354 0 # Node ID 1f24ead69a2f0a4d9b7c2219e965ea2aa42a057a # Parent 2c1f0215fcc3824b8236c80bd218c0886e603ba1 (apropos-print-matches): Bind tem. diff -r 2c1f0215fcc3 -r 1f24ead69a2f lisp/apropos.el --- 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."))