From: Lute Kamstra Date: Thu, 23 Jun 2005 08:33:29 +0000 (+0000) Subject: (smime-mode): Use gnus-run-mode-hooks. X-Git-Tag: emacs-pretest-22.0.90~8712 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a46fb98bb55fde4863557fd2c22840a297effbb0;p=emacs.git (smime-mode): Use gnus-run-mode-hooks. --- diff --git a/lisp/gnus/smime.el b/lisp/gnus/smime.el index 399c0678c41..a1deea73738 100644 --- a/lisp/gnus/smime.el +++ b/lisp/gnus/smime.el @@ -596,7 +596,8 @@ The following commands are available: (use-local-map smime-mode-map) (buffer-disable-undo) (setq truncate-lines t) - (setq buffer-read-only t)) + (setq buffer-read-only t) + (gnus-run-mode-hooks 'smime-mode-hook)) (defun smime-certificate-info (certfile) (interactive "fCertificate file: ")