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
7bf0295e
Commit
7bf0295e
authored
Jun 01, 2008
by
John Paul Wallington
Browse files
(mh-path, mh-variant): Use dotted syntax for `package-version' info.
parent
2a46904e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
lisp/mh-e/ChangeLog
lisp/mh-e/ChangeLog
+6
-1
lisp/mh-e/mh-e.el
lisp/mh-e/mh-e.el
+2
-2
No files found.
lisp/mh-e/ChangeLog
View file @
7bf0295e
2008
-
06
-
01
John
Paul
Wallington
<
jpw
@
pobox
.
com
>
*
mh
-
e
.
el
(
mh
-
path
,
mh
-
variant
):
Use
dotted
syntax
for
`
package
-
version
' info.
2008-05-26 Jeffrey C Honig <jch@honig.net>
* mh-e.el (mh-invisible-header-fields-internal): Remove Newsgroups
...
...
@@ -7,7 +12,7 @@
2008-05-23 Bill Wohler <wohler@newt.com>
* mh-e.el
:
(mh-invisible-header-fields-internal): Remove
* mh-e.el (mh-invisible-header-fields-internal): Remove
DKIM-Signature as it is covered by DKIM-. Fully qualify X-EID.
2008-05-19 Sergey Poznyakoff <gray@gnu.org.ua>
...
...
lisp/mh-e/mh-e.el
View file @
7bf0295e
...
...
@@ -714,7 +714,7 @@ keyword, introduced in Emacs 22."
See `mh-variant'."
:group 'mh-e
:type '(repeat (directory))
:package-version '(MH-E "8.0"))
:package-version '(MH-E
.
"8.0"))
(defun mh-variants ()
"Return a list of installed variants of MH on the system.
...
...
@@ -949,7 +949,7 @@ necessary and can actually cause problems."
(set-default symbol value) ;Done in mh-variant-set-variant!
(mh-variant-set value))
:group 'mh-e
:package-version '(MH-E "8.0"))
:package-version '(MH-E
.
"8.0"))
...
...
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