From 2a16b26c421495eab3b7c8e3072f76c321ba032b Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Thu, 26 May 2005 12:30:34 +0000 Subject: [PATCH] (bs-mode): Use run-mode-hooks. --- lisp/bs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 2.39.2