aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mouse.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index b91f0015263..f465f19fdd6 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -1221,8 +1221,6 @@ and selects that window."
1221 (progn 1221 (progn
1222 (or (framep window) (select-window window)) 1222 (or (framep window) (select-window window))
1223 (switch-to-buffer buf)))))) 1223 (switch-to-buffer buf))))))
1224
1225(defun mouse-buffer-menu-split (alist)
1226 1224
1227;;; These need to be rewritten for the new scroll bar implementation. 1225;;; These need to be rewritten for the new scroll bar implementation.
1228 1226