1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

* gnus/spam-stat.el (spam-stat-save): No need to tweak font-lock in temp buffers

This commit is contained in:
Glenn Morris 2013-05-29 20:25:29 -07:00
parent dd8620de6e
commit 7029bc7d31
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2013-05-30 Glenn Morris <rgm@gnu.org>
* spam-stat.el (spam-stat-save):
No need to tweak font-lock in temp buffers.
* shr.el (shr-put-image): Silence compiler.
2013-05-29 Glenn Morris <rgm@gnu.org>

View File

@ -412,8 +412,7 @@ With a prefix argument save unconditionally."
(when (or force spam-stat-dirty)
(let ((coding-system-for-write spam-stat-coding-system))
(with-temp-file spam-stat-file
(let ((standard-output (current-buffer))
(font-lock-maximum-size 0))
(let ((standard-output (current-buffer)))
(insert (format ";-*- coding: %s; -*-\n" spam-stat-coding-system))
(insert (format "(setq spam-stat-ngood %d spam-stat-nbad %d
spam-stat (spam-stat-to-hash-table '(" spam-stat-ngood spam-stat-nbad))