Index: emacs/lisp/buff-menu.el
diff -c emacs/lisp/buff-menu.el:1.81 emacs/lisp/buff-menu.el:1.82
*** emacs/lisp/buff-menu.el:1.81        Thu May 19 15:42:40 2005
--- emacs/lisp/buff-menu.el     Sun May 22 22:01:22 2005
***************
*** 190,196 ****
         #'(lambda (&optional noconfirm) 'fast))
    (setq truncate-lines t)
    (setq buffer-read-only t)
!   (run-hooks 'buffer-menu-mode-hook))
  
  ;; This function exists so we can make the doc string of Buffer-menu-mode
  ;; look nice.
--- 190,196 ----
         #'(lambda (&optional noconfirm) 'fast))
    (setq truncate-lines t)
    (setq buffer-read-only t)
!   (run-mode-hooks 'buffer-menu-mode-hook))
  
  ;; This function exists so we can make the doc string of Buffer-menu-mode
  ;; look nice.


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to