From: Luc Teirlinck Date: Sun, 22 May 2005 22:01:22 +0000 (+0000) Subject: (Buffer-menu-mode): Use `run-mode-hooks'. X-Git-Tag: ttn-vms-21-2-B4~55 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f90d77ec8716a3753eaaaa2cff538c9f427dd3f;p=emacs.git (Buffer-menu-mode): Use `run-mode-hooks'. --- diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el index a968d14a0a9..326fc54252b 100644 --- a/lisp/buff-menu.el +++ b/lisp/buff-menu.el @@ -190,7 +190,7 @@ Letters do not insert themselves; instead, they are commands. #'(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.