projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47685d7
)
(eword-encode-header): Delete unused local variable `beg'.
author
morioka
<morioka>
Sun, 25 Oct 1998 12:56:13 +0000
(12:56 +0000)
committer
morioka
<morioka>
Sun, 25 Oct 1998 12:56:13 +0000
(12:56 +0000)
eword-encode.el
patch
|
blob
|
history
diff --git
a/eword-encode.el
b/eword-encode.el
index
3de6231
..
90abcc5
100644
(file)
--- a/
eword-encode.el
+++ b/
eword-encode.el
@@
-654,7
+654,7
@@
It refer variable `eword-field-encoding-method-alist'."
(std11-narrow-to-header mail-header-separator)
(goto-char (point-min))
(let ((default-cs (mime-charset-to-coding-system default-mime-charset))
- beg bbeg end field-name)
+ bbeg end field-name)
(while (re-search-forward std11-field-head-regexp nil t)
(setq bbeg (match-end 0)
field-name (buffer-substring (match-beginning 0) (1- bbeg))