# HG changeset patch # User Richard M. Stallman # Date 738968061 0 # Node ID 7d9b10bea55f8f91a960b96712c9c9b3b7d4f8e0 # Parent d91b3097bb76dffc9b0628db4e23344a0a595b08 (mouse-menu-bar-buffers): Renamed from mouse-buffer-menu. diff -r d91b3097bb76 -r 7d9b10bea55f lisp/menu-bar.el --- a/lisp/menu-bar.el Tue Jun 01 20:52:15 1993 +0000 +++ b/lisp/menu-bar.el Tue Jun 01 20:54:21 1993 +0000 @@ -105,7 +105,7 @@ pending-undo-list) buffer-undo-list))) -(define-key global-map [menu-bar buffer] '("Buffers" . mouse-buffer-menu)) +(define-key global-map [menu-bar buffer] '("Buffers" . mouse-menu-bar-buffers)) (defvar complex-buffers-menu-p nil "*Non-nil says, offer a choice of actions after you pick a buffer. @@ -117,7 +117,7 @@ If this is nil, then all buffers are shown. A large number or nil slows down menu responsiveness.") -(defun mouse-buffer-menu (event) +(defun mouse-menu-bar-buffers (event) "Pop up a menu of buffers for selection with the mouse. This switches buffers in the window that you clicked on, and selects that window."