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
59c88671
Commit
59c88671
authored
May 08, 2013
by
Glenn Morris
Browse files
* lisp/gnus/mml1991.el: Make it loadable.
* lisp/gnus/mml2015.el: Comment. Fixes: debbugs:13456
parent
d631786a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+2
-0
lisp/gnus/mml1991.el
lisp/gnus/mml1991.el
+2
-0
lisp/gnus/mml2015.el
lisp/gnus/mml2015.el
+3
-0
No files found.
lisp/gnus/ChangeLog
View file @
59c88671
2013-05-09 Glenn Morris <rgm@gnu.org>
* mml1991.el: Make it loadable. (Bug#13456)
* gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
* gnus-async.el (gnus-async-post-fetch-function):
* gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
...
...
lisp/gnus/mml1991.el
View file @
59c88671
...
...
@@ -50,6 +50,8 @@
(
autoload
'message-options-get
"message"
)
(
autoload
'message-options-set
"message"
)
(
require
'mml2015
)
(
defvar
mml1991-use
mml2015-use
"The package used for PGP."
)
...
...
lisp/gnus/mml2015.el
View file @
59c88671
...
...
@@ -47,6 +47,9 @@
(
config
&optional
minimum-version
))
(
declare-function
epg-configuration
"ext:epg-config"
())
;; Maybe this should be in eg mml-sec.el (and have a different name).
;; Then mml1991 would not need to require mml2015, and mml1991-use
;; could be removed.
(
defvar
mml2015-use
(
or
(
condition-case
nil
(
progn
...
...
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