From 5f90d77ec8716a3753eaaaa2cff538c9f427dd3f Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sun, 22 May 2005 22:01:22 +0000 Subject: [PATCH] (Buffer-menu-mode): Use `run-mode-hooks'. --- lisp/buff-menu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2