Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
413f9061
Commit
413f9061
authored
Sep 13, 2013
by
Glenn Morris
Browse files
* lisp/gnus/mml2015.el (gnus-create-image): Autoload it.
parent
311273ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+2
-0
lisp/gnus/mml2015.el
lisp/gnus/mml2015.el
+2
-0
No files found.
lisp/gnus/ChangeLog
View file @
413f9061
2013-09-13 Glenn Morris <rgm@gnu.org>
* mml2015.el (gnus-create-image): Autoload it.
* gnus-spec.el (gnus-xmas-format): Fix weird error call.
* gnus-html.el (declare-function): Add compat stub for ancient Emacs.
...
...
lisp/gnus/mml2015.el
View file @
413f9061
...
...
@@ -866,6 +866,8 @@ If set, it overrides the setting of `mml2015-sign-with-sender'."
(
setq
secret-keys
(
cdr
secret-keys
))))
secret-key
))
(
autoload
'gnus-create-image
"gnus-ems"
)
(
defun
mml2015-epg-key-image
(
key-id
)
"Return the image of a key, if any"
(
with-temp-buffer
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment