projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
343d7c0
)
* mime-edit.el (mime-file-types): Add setting of *.jpeg for image/jpeg.
author
ueno
<ueno>
Tue, 16 Apr 2002 23:54:10 +0000
(23:54 +0000)
committer
ueno
<ueno>
Tue, 16 Apr 2002 23:54:10 +0000
(23:54 +0000)
mime-edit.el
patch
|
blob
|
history
diff --git
a/mime-edit.el
b/mime-edit.el
index
c5f51f1
..
34500d4
100644
(file)
--- a/
mime-edit.el
+++ b/
mime-edit.el
@@
-321,7
+321,7
@@
To insert a signature file automatically, call the function
;; Pure binary
- ("\\.jpg$"
+ ("\\.jpg$\\|\\.jpeg$"
"image" "jpeg" nil
"base64"
"inline" (("filename" . file)))