diff options
| -rw-r--r-- | lisp/msb.el | 6 |
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 @@ | |||
| 1 | ;;; msb.el --- customizable buffer-selection with multiple menus | 1 | ;;; msb.el --- customizable buffer-selection with multiple menus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 94, 95, 97, 98, 99, 2000, 2001, 2003 | 3 | ;; Copyright (C) 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2003, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Lindberg <lars.lindberg@home.se> | 6 | ;; Author: Lars Lindberg <lars.lindberg@home.se> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
| @@ -1141,7 +1141,7 @@ variable `msb-menu-cond'." | |||
| 1141 | With arg, turn Msb mode on if and only if arg is positive. | 1141 | With arg, turn Msb mode on if and only if arg is positive. |
| 1142 | This mode overrides the binding(s) of `mouse-buffer-menu' to provide a | 1142 | This mode overrides the binding(s) of `mouse-buffer-menu' to provide a |
| 1143 | different buffer menu using the function `msb'." | 1143 | different buffer menu using the function `msb'." |
| 1144 | :global t | 1144 | :global t :group 'msb |
| 1145 | (if msb-mode | 1145 | (if msb-mode |
| 1146 | (progn | 1146 | (progn |
| 1147 | (add-hook 'menu-bar-update-hook 'msb-menu-bar-update-buffers) | 1147 | (add-hook 'menu-bar-update-hook 'msb-menu-bar-update-buffers) |