changeset 62634:2c8a105a05e1

(Buffer-menu-mode): Use `run-mode-hooks'.
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 22 May 2005 22:01:22 +0000
parents 89143bbc7a9c
children a33f6ed6e52e
files lisp/buff-menu.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.