# HG changeset patch # User Luc Teirlinck # Date 1116799282 0 # Node ID 2c8a105a05e1daa0334f1c3c04715b166ed35f4e # Parent 89143bbc7a9c31c0baffdd8c6d77e29fcef9611a (Buffer-menu-mode): Use `run-mode-hooks'. diff -r 89143bbc7a9c -r 2c8a105a05e1 lisp/buff-menu.el --- a/lisp/buff-menu.el Sun May 22 20:58:52 2005 +0000 +++ b/lisp/buff-menu.el Sun May 22 22:01:22 2005 +0000 @@ -190,7 +190,7 @@ #'(lambda (&optional noconfirm) 'fast)) (setq truncate-lines t) (setq buffer-read-only t) - (run-hooks 'buffer-menu-mode-hook)) + (run-mode-hooks 'buffer-menu-mode-hook)) ;; This function exists so we can make the doc string of Buffer-menu-mode ;; look nice.