# HG changeset patch # User Richard M. Stallman # Date 741821415 0 # Node ID 0e5fa7a1ac36f534c675cfc755f212296e90cd45 # Parent fc25d1816641a4ae564f34784653f9780c0e0a35 (describe-key-briefly): Don't set `foo'. diff -r fc25d1816641 -r 0e5fa7a1ac36 lisp/help.el --- 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))