# HG changeset patch # User Lute Kamstra # Date 1119515577 0 # Node ID 1c74bf38a6c112e8a7ee30c6dc0e38cc990545a5 # Parent 9f00cb6e413eb2c159c80268a9825fda9ba3e9e1 (dig-mode): Use gnus-run-mode-hooks. diff -r 9f00cb6e413e -r 1c74bf38a6c1 lisp/gnus/dig.el --- a/lisp/gnus/dig.el Thu Jun 23 08:20:33 2005 +0000 +++ b/lisp/gnus/dig.el Thu Jun 23 08:32:57 2005 +0000 @@ -148,7 +148,8 @@ (set (make-local-variable 'font-lock-defaults) '(dig-font-lock-keywords t))) (when (featurep 'font-lock) - (font-lock-set-defaults))) + (font-lock-set-defaults)) + (gnus-run-mode-hooks 'dig-mode-hook)) (defun dig-exit () "Quit dig output buffer."