Mercurial > emacs
changeset 62719:d4ea8aadf0ab
(bs-mode): Use run-mode-hooks.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Thu, 26 May 2005 12:30:34 +0000 |
parents | d00be6e651cd |
children | eb01420c0088 |
files | lisp/bs.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/bs.el Thu May 26 12:28:39 2005 +0000 +++ b/lisp/bs.el Thu May 26 12:30:34 2005 +0000 @@ -656,7 +656,7 @@ 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."