projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e743781
)
(write-region-as-raw-text-CRLF): Revert regexp to canonicalize line
author
morioka
<morioka>
Tue, 11 Aug 1998 03:17:03 +0000
(
03:17
+0000)
committer
morioka
<morioka>
Tue, 11 Aug 1998 03:17:03 +0000
(
03:17
+0000)
break code.
emu-mule.el
patch
|
blob
|
history
diff --git
a/emu-mule.el
b/emu-mule.el
index
cbfa40c
..
6c31639
100644
(file)
--- a/
emu-mule.el
+++ b/
emu-mule.el
@@
-217,7
+217,7
@@
find-file-hooks, etc.
(with-temp-buffer
(insert-buffer-substring the-buf start end)
(goto-char (point-min))
- (while (re-search-forward "\\([^\r]\\)\n" nil t)
+ (while (re-search-forward "\\(\\=\\|[^\r]\\)\n" nil t)
(replace-match "\\1\r\n")
)
(write-region-as-binary (point-min)(point-max)