diff options
author | Glenn Morris <rgm@gnu.org> | 2007-12-11 05:21:18 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-12-11 05:21:18 +0000 |
commit | 48fd2675766dc53a4140338b4ee4ba2ed12b396c (patch) | |
tree | 9bf9d9a1fd1fd6663e8d3afc5bab3c8d28802045 /lisp/gnus | |
parent | 64c7b653e17118f2dc0dae78d70d02a929ded3c6 (diff) | |
download | emacs-48fd2675766dc53a4140338b4ee4ba2ed12b396c.tar.gz |
(gnus-run-mode-hooks): Autoload it.
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/smime.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/gnus/smime.el b/lisp/gnus/smime.el index bd9ce5a5c46..105cadff081 100644 --- a/lisp/gnus/smime.el +++ b/lisp/gnus/smime.el @@ -658,6 +658,8 @@ A string or a list of strings is returned." (define-key smime-mode-map "q" 'smime-exit) (define-key smime-mode-map "f" 'smime-certificate-info)) +(autoload 'gnus-run-mode-hooks "gnus-util") + (defun smime-mode () "Major mode for browsing, viewing and fetching certificates. |