diff options
| author | Chong Yidong | 2012-08-14 14:52:59 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-08-14 14:52:59 +0800 |
| commit | a9f6f311c7ef2c36bb020d808b036f6f40e58237 (patch) | |
| tree | 86d45e59e274e406ec7ef003fcf874bf83e0ae35 /lisp/ChangeLog | |
| parent | b4599732c30ebf9eaa49986d70d64800e2b93225 (diff) | |
| download | emacs-a9f6f311c7ef2c36bb020d808b036f6f40e58237.tar.gz emacs-a9f6f311c7ef2c36bb020d808b036f6f40e58237.zip | |
Fix highlight-regexp's use of Font Lock mode.
* hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
(hi-lock-set-pattern): When deciding whether to use font lock or
overlays, look at font-lock-mode instead of font-lock-fontified.
(hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
(hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
Fixes: debbugs:12168
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7ee7ee9d27f..285e69d9db1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2012-08-14 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock. | ||
| 4 | (hi-lock-set-pattern): When deciding whether to use font lock or | ||
| 5 | overlays, look at font-lock-mode instead of font-lock-fontified | ||
| 6 | (Bug#12168). | ||
| 7 | (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer) | ||
| 8 | (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix. | ||
| 9 | |||
| 1 | 2012-08-14 Daiki Ueno <ueno@unixuser.org> | 10 | 2012-08-14 Daiki Ueno <ueno@unixuser.org> |
| 2 | 11 | ||
| 3 | * subr.el (internal--after-with-selected-window): Fix typo | 12 | * subr.el (internal--after-with-selected-window): Fix typo |