Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 5740:00a421d2b2ba
Fix no-Mule build.
* paragraphs.el (sentence-end): Use octal, not Unicode, escapes.
* (sentence-end-base): Use non-ASCII only in Mule.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Fri, 21 Jun 2013 18:45:06 +0900 |
parents | f6af091ac654 |
children | 7613e3de80b4 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jun 19 09:30:30 2013 -0600 +++ b/lisp/ChangeLog Fri Jun 21 18:45:06 2013 +0900 @@ -1,3 +1,10 @@ +2013-06-21 Stephen J. Turnbull <stephen@xemacs.org> + + Fix no-Mule build. + + * paragraphs.el (sentence-end): Use octal, not Unicode, escapes. + * (sentence-end-base): Use non-ASCII only in Mule. + 2013-06-17 Aidan Kehoe <kehoea@parhasard.net> * process.el (process-synchronize-point): Moved to a label.