summaryrefslogtreecommitdiff
path: root/lisp/buff-menu.el
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2005-05-22 22:01:22 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2005-05-22 22:01:22 +0000
commit5f90d77ec8716a3753eaaaa2cff538c9f427dd3f (patch)
treec665cba099e6c564e1356d43b081a858d06f0cfe /lisp/buff-menu.el
parenta0e8eaa34553e47fd22ba329f42e902f38415dbd (diff)
downloademacs-5f90d77ec8716a3753eaaaa2cff538c9f427dd3f.tar.gz
(Buffer-menu-mode): Use `run-mode-hooks'.
Diffstat (limited to 'lisp/buff-menu.el')
-rw-r--r--lisp/buff-menu.el2
1 files changed, 1 insertions, 1 deletions
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.