diff options
author | Lute Kamstra <lute@gnu.org> | 2005-05-26 12:30:34 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-05-26 12:30:34 +0000 |
commit | 2a16b26c421495eab3b7c8e3072f76c321ba032b (patch) | |
tree | d2b6e8bbb3acd07e4ca8dfdbf3b150e6d12a107e /lisp/bs.el | |
parent | f33cee8546e0f31ec1920b5db0559854a3502bad (diff) | |
download | emacs-2a16b26c421495eab3b7c8e3072f76c321ba032b.tar.gz emacs-2a16b26c421495eab3b7c8e3072f76c321ba032b.tar.bz2 emacs-2a16b26c421495eab3b7c8e3072f76c321ba032b.zip |
(bs-mode): Use run-mode-hooks.
Diffstat (limited to 'lisp/bs.el')
-rw-r--r-- | lisp/bs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bs.el b/lisp/bs.el index 76d8d25051f..4c8b74bb59f 100644 --- a/lisp/bs.el +++ b/lisp/bs.el @@ -656,7 +656,7 @@ to show always. truncate-lines t font-lock-defaults '(bs-mode-font-lock-keywords t) font-lock-verbose nil) - (run-hooks 'bs-mode-hook)) + (run-mode-hooks 'bs-mode-hook)) (defun bs-kill () "Let buffer disappear and reset window-configuration." |