From: Richard M. Stallman Date: Sat, 14 Aug 1993 10:32:54 +0000 (+0000) Subject: (list-buffers-directory): Add declaration. X-Git-Tag: emacs-19.34~11223 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d0690d12e6adc40212d3352ca7d655cc3d436931;p=emacs.git (list-buffers-directory): Add declaration. --- 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,