(write-region-as-raw-text-CRLF): Revert regexp to canonicalize line
authormorioka <morioka>
Tue, 11 Aug 1998 03:17:03 +0000 (03:17 +0000)
committermorioka <morioka>
Tue, 11 Aug 1998 03:17:03 +0000 (03:17 +0000)
break code.

emu-mule.el

index cbfa40c..6c31639 100644 (file)
@@ -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)