diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-07-04 21:30:15 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-07-04 21:30:15 +0000 |
commit | fca4b77513858d4a000667932dd48f84e9f2e349 (patch) | |
tree | bd0358d739aa042f34e4a6bc1f5d1c2ed71405f3 /lisp/help.el | |
parent | 41752cf1c4424fbd1136f578c50c83289450f31d (diff) | |
download | emacs-fca4b77513858d4a000667932dd48f84e9f2e349.tar.gz |
(describe-key-briefly): Don't set `foo'.
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el index 71be8f17a47..65c0f1adf17 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -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)) |