summaryrefslogtreecommitdiff
path: root/lisp/msb.el
diff options
context:
space:
mode:
authorLute Kamstra <lute@gnu.org>2005-04-04 09:03:43 +0000
committerLute Kamstra <lute@gnu.org>2005-04-04 09:03:43 +0000
commit329ffac08929590391c413867fd622debb60b4ba (patch)
tree51284bea9c11a37444d1cc14a53ce60afce36d29 /lisp/msb.el
parentbaeabe078c8fcb52a12b920518c5a837bcfb76c4 (diff)
downloademacs-329ffac08929590391c413867fd622debb60b4ba.tar.gz
(msb-mode): Specify :group.
Diffstat (limited to 'lisp/msb.el')
-rw-r--r--lisp/msb.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/msb.el b/lisp/msb.el
index 2ab7fe5491d..0bcdad314a6 100644
--- a/lisp/msb.el
+++ b/lisp/msb.el
@@ -1,7 +1,7 @@
;;; msb.el --- customizable buffer-selection with multiple menus
-;; Copyright (C) 1993, 94, 95, 97, 98, 99, 2000, 2001, 2003
-;; Free Software Foundation, Inc.
+;; Copyright (C) 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2003,
+;; 2005 Free Software Foundation, Inc.
;; Author: Lars Lindberg <lars.lindberg@home.se>
;; Maintainer: FSF
@@ -1141,7 +1141,7 @@ variable `msb-menu-cond'."
With arg, turn Msb mode on if and only if arg is positive.
This mode overrides the binding(s) of `mouse-buffer-menu' to provide a
different buffer menu using the function `msb'."
- :global t
+ :global t :group 'msb
(if msb-mode
(progn
(add-hook 'menu-bar-update-hook 'msb-menu-bar-update-buffers)