comparison lisp/ChangeLog @ 73457:0c01ec806f3e

* progmodes/cperl-mode.el (cperl-mode): Don't assume font-lock-multiline is auto-local (it's not). (cperl-windowed-init): Ensure that cperl-font-lock-multiline is initialized before calling cperl-init-faces.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 22 Oct 2006 17:28:56 +0000
parents 3ebe30400038
children 1ba9051bf981
comparison
equal deleted inserted replaced
73456:8ac53fe6c9dc 73457:0c01ec806f3e
1 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
2
3 * progmodes/cperl-mode.el (cperl-mode): Don't assume
4 font-lock-multiline is auto-local (it's not).
5 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
6 initialized before calling cperl-init-faces.
7
1 2006-10-22 Nick Roberts <nickrob@snap.net.nz> 8 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
2 9
3 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give 10 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
4 gdb-stack-position a value when there is no fringe. 11 gdb-stack-position a value when there is no fringe.
5 12