summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-01-18 07:00:50 +0000
committerRichard M. Stallman <rms@gnu.org>1996-01-18 07:00:50 +0000
commit03075c19ea13b528be0a105f622feee6f2a4607f (patch)
tree3d978dc143d97444883bc35990e52b28fbbe8efa
parentbf686e5fcd0f10a522e903ecb6b78fae8afb8b43 (diff)
downloademacs-03075c19ea13b528be0a105f622feee6f2a4607f.tar.gz
(mouse-buffer-menu): Delete debugging code.
-rw-r--r--lisp/mouse.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index f21f6baf2fc..f546c32d700 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -1223,7 +1223,6 @@ and selects that window."
(cons "Buffer Menu" (nreverse sublists)))
;; Few buffers--put them all in one pane.
(list "Buffer Menu" (cons "Select Buffer" buffers)))))
- (setq foo menu)
(let ((buf (x-popup-menu event menu))
(window (posn-window (event-start event))))
(if buf