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:
2ec24ce
)
* mime-view.el (mime-view-read-charset): Remove redundant checking for
author
ueno
<ueno>
Wed, 6 Mar 2002 04:21:08 +0000
(
04:21
+0000)
committer
ueno
<ueno>
Wed, 6 Mar 2002 04:21:08 +0000
(
04:21
+0000)
sanity when reading MIME-charset.
[cf. <emacs-mime-ja:995>]
mime-view.el
patch
|
blob
|
history
diff --git
a/mime-view.el
b/mime-view.el
index
4cedeff
..
aae1f93
100644
(file)
--- a/
mime-view.el
+++ b/
mime-view.el
@@
-1800,7
+1800,7
@@
If LINES is negative, scroll up LINES lines."
(lambda (sym)
(list (symbol-name sym)))
(mime-charset-list))
- #'mime-charset-p t
+ nil t
(symbol-name default-charset)))))
(unless (eq charset default-charset)
charset))