* message.el (message-setup-1): Remove the read-only stuff, since it doesn't work...
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 4 Feb 2011 21:45:55 +0000 (13:45 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 4 Feb 2011 21:45:55 +0000 (13:45 -0800)
lisp/ChangeLog
lisp/message.el

index 24cf7dd..15019d3 100644 (file)
@@ -1,5 +1,8 @@
 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
 
+       * 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.
 
index 1a7317f..b9e9c04 100644 (file)
@@ -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.