[gnus git] branch master updated: =1= * message.el (message-setup-1): Remove the read-only stuff, since it doesn't work under XEmacs, for some reason.

Lars Ingebrigtsen <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  ab58eff67e402345b7e63861550b577af7360089 (commit)
      from  c53e620be69a4971be0082fe5ed0c96c467340f6 (commit)


- Log -----------------------------------------------------------------
commit ab58eff67e402345b7e63861550b577af7360089
Author: Lars Ingebrigtsen <[email protected]>
Date:   Fri Feb 4 13:45:55 2011 -0800

    * message.el (message-setup-1): Remove the read-only stuff, since it doesn't work under XEmacs, for some reason.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 24cf7dd..15019d3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
 2011-02-04  Lars Ingebrigtsen  <[email protected]>
 
+	* message.el (message-setup-1): Remove the read-only stuff, since it
+	doesn't work under XEmacs, for some reason.
+
 	* gnus-sum.el (gnus-user-date): Renamed back from
 	gnus-summary-user-date since user code refers to it.
 
diff --git a/lisp/message.el b/lisp/message.el
index 1a7317f..b9e9c04 100644
--- a/lisp/message.el
+++ b/lisp/message.el
@@ -6455,9 +6455,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 (concat 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  |    3 +++
 lisp/message.el |    4 +---
 2 files changed, 4 insertions(+), 3 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.