comparison lisp/ChangeLog @ 4622:8cbca852bcd4

#'check-coding-systems-region: return nil on success, not t. lisp/ChangeLog addition: 2009-02-18 Aidan Kehoe <kehoea@parhasard.net> * coding.el (check-coding-systems-region): Return null on success, not t. See http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1723 tests/ChangeLog addition: 2009-02-18 Aidan Kehoe <kehoea@parhasard.net> * automated/query-coding-tests.el : Check that #'check-coding-systems-region returns null on success here, not t.
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 18 Feb 2009 07:53:34 +0000
parents 127dbf03e1af
children a9f83990e6bf
comparison
equal deleted inserted replaced
4621:127dbf03e1af 4622:8cbca852bcd4
1 2009-02-18 Aidan Kehoe <kehoea@parhasard.net>
2
3 * coding.el (check-coding-systems-region):
4 Return null on success, not t. See
5 http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1723
6
1 2009-02-17 Aidan Kehoe <kehoea@parhasard.net> 7 2009-02-17 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * mule/mule-cmds.el (finish-set-language-environment): 9 * mule/mule-cmds.el (finish-set-language-environment):
4 Correct this function, don't try to format non-control characters 10 Correct this function, don't try to format non-control characters
5 with ^ followed by their value plus (char-int ?@). 11 with ^ followed by their value plus (char-int ?@).