emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/msb.el


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/msb.el
Date: Mon, 04 Apr 2005 05:03:43 -0400

Index: emacs/lisp/msb.el
diff -c emacs/lisp/msb.el:1.47 emacs/lisp/msb.el:1.48
*** emacs/lisp/msb.el:1.47      Sat Oct 16 15:31:28 2004
--- emacs/lisp/msb.el   Mon Apr  4 09:03:43 2005
***************
*** 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.
  
  ;; Author: Lars Lindberg <address@hidden>
  ;; Maintainer: FSF
--- 1,7 ----
  ;;; msb.el --- customizable buffer-selection with multiple menus
  
! ;; Copyright (C) 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2003,
! ;;   2005 Free Software Foundation, Inc.
  
  ;; Author: Lars Lindberg <address@hidden>
  ;; Maintainer: FSF
***************
*** 1141,1147 ****
  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
    (if msb-mode
        (progn
        (add-hook 'menu-bar-update-hook 'msb-menu-bar-update-buffers)
--- 1141,1147 ----
  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 :group 'msb
    (if msb-mode
        (progn
        (add-hook 'menu-bar-update-hook 'msb-menu-bar-update-buffers)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]