comparison lisp/ChangeLog @ 5664:00fd55d635fb

Sync #'truncate-string-to-width with GNU, add tests for it. lisp/ChangeLog addition: 2012-05-12 Aidan Kehoe <kehoea@parhasard.net> * subr.el: * subr.el (truncate-string-to-width): Sync with GNU's version, use its test suite in mule-tests.el. tests/ChangeLog addition: 2012-05-12 Aidan Kehoe <kehoea@parhasard.net> * automated/mule-tests.el: Test #'truncate-string-to-width, thank you Colin Walters.
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 12 May 2012 17:51:05 +0100
parents 0df4d95bd98a
children 8593e614573a
comparison
equal deleted inserted replaced
5663:0df4d95bd98a 5664:00fd55d635fb
1 2012-05-12 Aidan Kehoe <kehoea@parhasard.net>
2
3 * subr.el:
4 * subr.el (truncate-string-to-width):
5 Sync with GNU's version, use its test suite in mule-tests.el.
6
1 2012-05-12 Aidan Kehoe <kehoea@parhasard.net> 7 2012-05-12 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * byte-optimize.el (byte-compile-unfold-lambda): 9 * byte-optimize.el (byte-compile-unfold-lambda):
4 Fetch the bytecode before unfolding a compiled function, its body 10 Fetch the bytecode before unfolding a compiled function, its body
5 may have been compiled lazily thanks to 11 may have been compiled lazily thanks to