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:
parent
f9ce328d07
commit
a46fb98bb5
1 changed files with 2 additions and 1 deletions
|
|
@ -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: ")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue