[gnus git] branch master updated: =1= Revert "message: insert mail-header-separator read-only and intangible"
Julien Danjou <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 4d798bad11b7ace2cd00a63e5535d02c4fb2119b (commit)
from 894b2ac5b356510bd62b23597abc20badb7b27e8 (commit)
- Log -----------------------------------------------------------------
commit 4d798bad11b7ace2cd00a63e5535d02c4fb2119b
Author: Julien Danjou <[email protected]>
Date: Thu Feb 3 16:41:49 2011 +0100
Revert "message: insert mail-header-separator read-only and intangible"
This reverts commit a314569677d5b1c7197c7bd335ddc685795be1e5.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7ea9425..894bc72 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -9,8 +9,6 @@
* message.el (message-setup-1): Always generate References first.
(message-mail): Return the return value of message-setup, not always t.
- (message-setup-1): Insert mail-header-separator with read-only and
- intangible properties set.
* gnus.el (gnus-summary-line-format): Add missing semi-colon for
user-date in docstring.
diff --git a/lisp/message.el b/lisp/message.el
index 595a803..42ca73c 100644
--- a/lisp/message.el
+++ b/lisp/message.el
@@ -6444,9 +6444,7 @@ are not included."
(funcall message-default-headers)
message-default-headers))
(or (bolp) (insert ?\n)))
- (let ((message-forbidden-properties nil))
- (insert (propertize (concat mail-header-separator "\n")
- 'read-only t 'rear-nonsticky t 'intangible t)))
+ (insert mail-header-separator "\n")
(forward-line -1)
;; If a crash happens while replying, the auto-save file would *not* have a
;; `References:' header if `message-generate-headers-first' was nil.
-----------------------------------------------------------------------
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 | 2 --
lisp/message.el | 4 +---
2 files changed, 1 insertions(+), 5 deletions(-)
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