]> git.eshelyaron.com Git - emacs.git/commitdiff
(Buffer-menu-mode): Use `run-mode-hooks'.
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 22 May 2005 22:01:22 +0000 (22:01 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 22 May 2005 22:01:22 +0000 (22:01 +0000)
lisp/buff-menu.el

index a968d14a0a95ee7047c062864c80b4f30055775f..326fc54252be3db1ae75ab341b223c231a89a8a0 100644 (file)
@@ -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.