projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0537833
)
(gnus-article-mime-edit-article-setup): Force `font-lock' to turn on.
author
yamaoka
<yamaoka>
Thu, 29 Oct 1998 09:31:54 +0000
(09:31 +0000)
committer
yamaoka
<yamaoka>
Thu, 29 Oct 1998 09:31:54 +0000
(09:31 +0000)
lisp/gnus-art.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-art.el
b/lisp/gnus-art.el
index
26238c4
..
960a91e
100644
(file)
--- a/
lisp/gnus-art.el
+++ b/
lisp/gnus-art.el
@@
-3027,7
+3027,8
@@
after replacing with the original article."
(when (featurep 'font-lock)
(set (make-local-variable 'font-lock-defaults)
'(message-font-lock-keywords t))
- (font-lock-set-defaults))
+ (font-lock-set-defaults)
+ (turn-on-font-lock))
(gnus-run-hooks 'gnus-article-mime-edit-article-setup-hook))
(defun gnus-article-edit-article (exit-func)