diff options
| -rw-r--r-- | lisp/gnus/smime.el | 3 |
1 files changed, 2 insertions, 1 deletions
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: | |||
| 596 | (use-local-map smime-mode-map) | 596 | (use-local-map smime-mode-map) |
| 597 | (buffer-disable-undo) | 597 | (buffer-disable-undo) |
| 598 | (setq truncate-lines t) | 598 | (setq truncate-lines t) |
| 599 | (setq buffer-read-only t)) | 599 | (setq buffer-read-only t) |
| 600 | (gnus-run-mode-hooks 'smime-mode-hook)) | ||
| 600 | 601 | ||
| 601 | (defun smime-certificate-info (certfile) | 602 | (defun smime-certificate-info (certfile) |
| 602 | (interactive "fCertificate file: ") | 603 | (interactive "fCertificate file: ") |