aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/help.el
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2006-03-07 09:53:30 +0000
committerJuanma Barranquero <[email protected]>2006-03-07 09:53:30 +0000
commita78914bca9f3049a92d566ec2921768af1f4acb5 (patch)
tree9ddd57fe9c79932f2d925aa34341e7ca98ad0b6a /lisp/help.el
parentf35262f952977bf0837f0fd8d55522494a3fec94 (diff)
(describe-key): Remove leftover test code.
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 7ee5ee52fe..7c84f44f6a 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -653,7 +653,6 @@ temporarily enables it to allow getting help on disabled items and buttons."
(setq saved-yank-menu (copy-sequence yank-menu))
(menu-bar-update-yank-menu "(any string)" nil))
(setq key (read-key-sequence "Describe key (or click or menu item): "))
- (setq foo key)
(list
key
(prefix-numeric-value current-prefix-arg)
@@ -706,7 +705,6 @@ temporarily enables it to allow getting help on disabled items and buttons."
(prin1 defn)
(princ "\n which is ")
(describe-function-1 defn)
- (setq foo up-event)
(when up-event
(let ((type (event-basic-type up-event))
(hdr "\n\n-------------- up event ---------------\n\n")