Mercurial > emacs
changeset 62742:27e50b1a9fb8
(speedbar-mode): Use run-mode-hooks.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Thu, 26 May 2005 13:15:33 +0000 |
parents | 718dc622c12e |
children | 7cddc6393864 |
files | lisp/speedbar.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/speedbar.el Thu May 26 13:15:07 2005 +0000 +++ b/lisp/speedbar.el Thu May 26 13:15:33 2005 +0000 @@ -1306,7 +1306,7 @@ (if speedbar-track-mouse-flag (set (make-local-variable 'track-mouse) t)) ;this could be messy. (setq auto-show-mode nil)) ;no auto-show for Emacs - (run-hooks 'speedbar-mode-hook)) + (run-mode-hooks 'speedbar-mode-hook)) (speedbar-update-contents) speedbar-buffer)