1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-10 09:43:26 -08:00

(smime-mode): Use gnus-run-mode-hooks.

This commit is contained in:
Lute Kamstra 2005-06-23 08:33:29 +00:00
parent f9ce328d07
commit a46fb98bb5

View file

@ -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: ")