aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-06-01 20:54:21 +0000
committerRichard M. Stallman1993-06-01 20:54:21 +0000
commit98bee59b28c0a4b835b4aedcd861b88ff4862884 (patch)
tree3cb39fec7b098bcc89a057ef71ace6bd08a22eb6
parentf415c00c4c629dc9d48ac02d4543b8c4a04d707f (diff)
downloademacs-98bee59b28c0a4b835b4aedcd861b88ff4862884.tar.gz
emacs-98bee59b28c0a4b835b4aedcd861b88ff4862884.zip
(mouse-menu-bar-buffers): Renamed from mouse-buffer-menu.
-rw-r--r--lisp/menu-bar.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 7494867bfa8..e67fb70eede 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -105,7 +105,7 @@
105 pending-undo-list) 105 pending-undo-list)
106 buffer-undo-list))) 106 buffer-undo-list)))
107 107
108(define-key global-map [menu-bar buffer] '("Buffers" . mouse-buffer-menu)) 108(define-key global-map [menu-bar buffer] '("Buffers" . mouse-menu-bar-buffers))
109 109
110(defvar complex-buffers-menu-p nil 110(defvar complex-buffers-menu-p nil
111 "*Non-nil says, offer a choice of actions after you pick a buffer. 111 "*Non-nil says, offer a choice of actions after you pick a buffer.
@@ -117,7 +117,7 @@ If this is 10, then only the ten most-recently-selected buffers are shown.
117If this is nil, then all buffers are shown. 117If this is nil, then all buffers are shown.
118A large number or nil slows down menu responsiveness.") 118A large number or nil slows down menu responsiveness.")
119 119
120(defun mouse-buffer-menu (event) 120(defun mouse-menu-bar-buffers (event)
121 "Pop up a menu of buffers for selection with the mouse. 121 "Pop up a menu of buffers for selection with the mouse.
122This switches buffers in the window that you clicked on, 122This switches buffers in the window that you clicked on,
123and selects that window." 123and selects that window."