diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-01-18 07:00:50 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-01-18 07:00:50 +0000 |
commit | bc44ed76c7bd472ca4c1185294c30d4fc73ad9d7 (patch) | |
tree | 7b5d00162f54f2a2908cf8caa4e6189b6796395c /lisp | |
parent | 36bd8d0d2a142f46a88890585c7f084deed98964 (diff) | |
download | emacs-bc44ed76c7bd472ca4c1185294c30d4fc73ad9d7.tar.gz |
(mouse-buffer-menu): Delete debugging code.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mouse.el | 1 |
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 |