comparison lisp/ChangeLog @ 4605:c786c3fd0740

Listen to the byte-compiler, core Lisp. lisp/ChangeLog addition: 2009-02-07 Aidan Kehoe <kehoea@parhasard.net> * descr-text.el (describe-text-sexp): pp is in packages, use cl-prettyprint instead. * mule/mule-coding.el (make-8-bit-generate-helper): Don't uselessly bind args-out-of-range, thank you the byte compiler. * mule/mule-coding.el (8-bit-fixed-query-coding-region): Don't uselessly bind previous-fail, thank you the byte compiler. * tty-init.el (make-device-early-tty-entry-point): Set make-device-early-tty-entry-point-called-p, not pre-tty-win-initted, thank you the byte compiler. * unicode.el (unicode-query-coding-region): Don't uselessly bind invalid-sequence-p, thank you the byte-compiler.
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 07 Feb 2009 18:31:21 +0000
parents e0a8715fdb1f
children 517f6887fbc0
comparison
equal deleted inserted replaced
4604:e0a8715fdb1f 4605:c786c3fd0740
1 2009-02-07 Aidan Kehoe <kehoea@parhasard.net>
2
3 * descr-text.el (describe-text-sexp):
4 pp is in packages, use cl-prettyprint instead.
5 * mule/mule-coding.el (make-8-bit-generate-helper):
6 Don't uselessly bind args-out-of-range, thank you the byte
7 compiler.
8 * mule/mule-coding.el (8-bit-fixed-query-coding-region):
9 Don't uselessly bind previous-fail, thank you the byte compiler.
10 * tty-init.el (make-device-early-tty-entry-point):
11 Set make-device-early-tty-entry-point-called-p, not
12 pre-tty-win-initted, thank you the byte compiler.
13 * unicode.el (unicode-query-coding-region):
14 Don't uselessly bind invalid-sequence-p, thank you the
15 byte-compiler.
16
1 2009-02-07 Aidan Kehoe <kehoea@parhasard.net> 17 2009-02-07 Aidan Kehoe <kehoea@parhasard.net>
2 18
3 * coding.el (query-coding-clear-highlights): 19 * coding.el (query-coding-clear-highlights):
4 Rename the BUFFER argument to BUFFER-OR-STRING, describe it as 20 Rename the BUFFER argument to BUFFER-OR-STRING, describe it as
5 possibly being a string in its documentation. 21 possibly being a string in its documentation.