Mercurial > emacs
changeset 3986:0e5fa7a1ac36
(describe-key-briefly): Don't set `foo'.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 04 Jul 1993 21:30:15 +0000 |
parents | fc25d1816641 |
children | 4eada6c0b8d4 |
files | lisp/help.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/help.el Sun Jul 04 21:02:21 1993 +0000 +++ b/lisp/help.el Sun Jul 04 21:30:15 1993 +0000 @@ -108,7 +108,7 @@ (if (listp type) (setq type (car type))) (and (symbolp type) (memq 'down (event-modifiers type)) - (setq foo (read-event)))) + (read-event))) (let ((defn (key-binding key))) (if (or (null defn) (integerp defn)) (message "%s is undefined" (key-description key))