From d0690d12e6adc40212d3352ca7d655cc3d436931 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 14 Aug 1993 10:32:54 +0000 Subject: [PATCH] (list-buffers-directory): Add declaration. --- lisp/menu-bar.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index ebada611abd..d2756d7fe7d 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -168,6 +168,8 @@ If this is 10, then only the ten most-recently-selected buffers are shown. If this is nil, then all buffers are shown. A large number or nil slows down menu responsiveness.") +(defvar list-buffers-directory nil) + (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, -- 2.39.5