aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/menu-bar.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index ab9c43e1def..a309c62d1f6 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -266,10 +266,6 @@ Do the same for the keys of the same name."
266 266
267(defalias 'menu-bar-buffers (make-sparse-keymap "Buffers")) 267(defalias 'menu-bar-buffers (make-sparse-keymap "Buffers"))
268 268
269(defvar complex-buffers-menu-p nil
270 "*Non-nil says, offer a choice of actions after you pick a buffer.
271This applies to the Buffers menu from the menu bar.")
272
273(defvar buffers-menu-max-size 10 269(defvar buffers-menu-max-size 10
274 "*Maximum number of entries which may appear on the Buffers menu. 270 "*Maximum number of entries which may appear on the Buffers menu.
275If this is 10, then only the ten most-recently-selected buffers are shown. 271If this is 10, then only the ten most-recently-selected buffers are shown.