Mercurial > emacs
changeset 90107:02eaf6dd9258
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-17
Replace embedded control characters with octal escapes
2005-02-24 Miles Bader <miles@gnu.org>
* lisp/international/mule.el (auto-coding-regexp-alist)
(ctext-pre-write-conversion): Replace embedded control characters
with octal escapes; this prevents diff from thinking the file is
binary.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 24 Feb 2005 01:36:41 +0000 |
parents | bf0d492ea2d5 |
children | bbc2e661b93c |
files | lisp/ChangeLog.unicode lisp/international/mule.el |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog.unicode Wed Feb 23 09:18:23 2005 +0000 +++ b/lisp/ChangeLog.unicode Thu Feb 24 01:36:41 2005 +0000 @@ -1,3 +1,10 @@ +2005-02-24 Miles Bader <miles@gnu.org> + + * international/mule.el (auto-coding-regexp-alist) + (ctext-pre-write-conversion): Replace embedded control characters + with octal escapes; this prevents diff from thinking the file is + binary. + 2005-02-12 Miles Bader <miles@gnu.org> * version.el (emacs-version): Change to "23.0.0".