[gnus git] branch master updated: m0-13-72-g151fca5 =1= message.el (message-hide-headers): Bind inhibit-modification-hooks to t rather than after-change-functions to nil
Katsumi Yamaoka <[email protected]> Sat, 12 Sep 2015 16:03:49 +0200
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 151fca5f294dfac0150d9b4338bc0c6b27d3e4a2 (commit)
from b094acedc8f1bea034535fb457765d03d4a310a9 (commit)
- Log -----------------------------------------------------------------
commit 151fca5f294dfac0150d9b4338bc0c6b27d3e4a2
Author: Stefan Monnier <[email protected]>
Date: Sat Sep 12 14:03:37 2015 +0000
message.el (message-hide-headers): Bind inhibit-modification-hooks to t rather than after-change-functions to nil
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 41d390b..f1f40a6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2015-09-12 Stefan Monnier <[email protected]>
+
+ * message.el (message-hide-headers): Bind inhibit-modification-hooks to
+ t rather than after-change-functions to nil.
+
2015-09-09 Stefan Monnier <[email protected]>
* time-date.el (time-to-seconds, time-less-p):
diff --git a/lisp/message.el b/lisp/message.el
index 435834c..aeab291 100644
--- a/lisp/message.el
+++ b/lisp/message.el
@@ -8374,7 +8374,7 @@ From headers in the original article."
(list message-hidden-headers)
message-hidden-headers))
(inhibit-point-motion-hooks t)
- (after-change-functions nil)
+ (inhibit-modification-hooks t)
(end-of-headers (point-min)))
(when regexps
(save-excursion
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/message.el | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project