comparison lisp/ChangeLog @ 86058:41ba1388728b

*** empty log message ***
author Noah Friedman <friedman@splode.com>
date Tue, 13 Nov 2007 18:48:37 +0000
parents e0931ee6cc83
children 95b3ad858fff
comparison
equal deleted inserted replaced
86057:78d8c12b061b 86058:41ba1388728b
1 2007-11-13 Noah Friedman <friedman@splode.com>
2
3 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
4 bindings to remap when `calc-scan-for-dels' is non-nil.
5
1 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca> 6 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more 7 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
4 constant forms. 8 constant forms.
5 (byte-compile-nilconstp): New function. 9 (byte-compile-nilconstp): New function.
6 (byte-optimize-cond): Kill subsequent branches when a branch is 10 (byte-optimize-cond): Kill subsequent branches when a branch is
7 know to be taken or not taken. 11 know to be taken or not taken.