comparison lisp/ChangeLog @ 110925:e0fba251c544

Fix hi-lock-mode interactions with font-lock. * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified instead of font-lock-mode before adding keywords. Removed hi-lock-mode off code. Removed inhibit hack. (hi-lock-set-pattern): Only add keywords if font-lock-fontified non-nil; removed hook inhibit hack.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 09 Oct 2010 00:09:19 -0400
parents a134abd52088
children a98040347deb
comparison
equal deleted inserted replaced
110924:a134abd52088 110925:e0fba251c544
1 2010-10-05 David Koppelman <koppel@ece.lsu.edu>
2
3 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4 instead of font-lock-mode before adding keywords. Removed
5 hi-lock-mode off code. Removed inhibit hack.
6 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
7 non-nil; removed hook inhibit hack.
8
1 2010-10-09 Glenn Morris <rgm@gnu.org> 9 2010-10-09 Glenn Morris <rgm@gnu.org>
2 10
3 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it... 11 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
4 (load-path-shadows-find): ... to this. 12 (load-path-shadows-find): ... to this.
5 (list-load-path-shadows): Update for above change. 13 (list-load-path-shadows): Update for above change.