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:
9e4fd32
)
(quoted-printable-internal-decode-region): Fix sync-mistake.
author
morioka
<morioka>
Mon, 20 Jul 1998 08:04:48 +0000
(08:04 +0000)
committer
morioka
<morioka>
Mon, 20 Jul 1998 08:04:48 +0000
(08:04 +0000)
mel-q.el
patch
|
blob
|
history
diff --git
a/mel-q.el
b/mel-q.el
index
d2ddd25
..
47a7a2b
100644
(file)
--- a/
mel-q.el
+++ b/
mel-q.el
@@
-169,10
+169,6
@@
It calls external quoted-printable encoder specified by
(save-restriction
(narrow-to-region start end)
(goto-char (point-min))
- (while (re-search-forward "=\n" nil t)
- (replace-match "")
- )
- (goto-char (point-min))
(while (search-forward "=" nil t)
(let ((beg (match-beginning 0)))
(cond ((looking-at "\n")