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
2a9878fd
Commit
2a9878fd
authored
Aug 26, 2011
by
Katsumi Yamaoka
Browse files
mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
parent
52ec1feb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+2
-0
lisp/gnus/mailcap.el
lisp/gnus/mailcap.el
+1
-1
No files found.
lisp/gnus/ChangeLog
View file @
2a9878fd
2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
* mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
* gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
...
...
lisp/gnus/mailcap.el
View file @
2a9878fd
...
...
@@ -90,7 +90,7 @@ This is a compatibility function for different Emacsen."
;; files for the rest? -- fx
(
defvar
mailcap-mime-data
`
((
"application"
(
"vnd.ms-excel"
(
"vnd
\\
.ms-excel"
(
viewer
.
"gnumeric %s"
)
(
test
.
(
getenv
"DISPLAY"
))
(
type
.
"application/vnd.ms-excel"
))
...
...
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