diff options
| author | Dmitry Gutov | 2013-04-06 02:22:12 +0400 |
|---|---|---|
| committer | Dmitry Gutov | 2013-04-06 02:22:12 +0400 |
| commit | d695cb94fb71c8c8d4822fbf9d702dbda3252aac (patch) | |
| tree | d626a770c08ba7aa1c6ba96a810ce44c849ca960 /lisp/ChangeLog | |
| parent | 134abf1faef6596a62d3c04769e212b99f621d49 (diff) | |
| download | emacs-d695cb94fb71c8c8d4822fbf9d702dbda3252aac.tar.gz emacs-d695cb94fb71c8c8d4822fbf9d702dbda3252aac.zip | |
* lisp/whitespace.el (whitespace-color-on, whitespace-color-off): Only
call `font-lock-fontify-buffer' when `font-lock-mode' is on.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b3073dd9499..1af9905c7e3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,6 +3,11 @@ | |||
| 3 | * emacs-lisp/package.el (package-compute-transaction): Fix last fix. | 3 | * emacs-lisp/package.el (package-compute-transaction): Fix last fix. |
| 4 | Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082). | 4 | Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082). |
| 5 | 5 | ||
| 6 | 2013-04-05 Dmitry Gutov <dgutov@yandex.ru> | ||
| 7 | |||
| 8 | * whitespace.el (whitespace-color-on, whitespace-color-off): Only | ||
| 9 | call `font-lock-fontify-buffer' when `font-lock-mode' is on. | ||
| 10 | |||
| 6 | 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change) | 11 | 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change) |
| 7 | 12 | ||
| 8 | * ispell.el (ispell-set-spellchecker-params): | 13 | * ispell.el (ispell-set-spellchecker-params): |