Revert the <#secure change, since it made yanking functions not work.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Wed, 24 Nov 2010 20:16:58 +0000 (21:16 +0100)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Wed, 24 Nov 2010 20:16:58 +0000 (21:16 +0100)
lisp/ChangeLog
lisp/message.el

index 178b0fe..2938a31 100644 (file)
@@ -1,7 +1,3 @@
-2010-11-24  Ćukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
-
-       * message.el (message-goto-body): Go after <#secure.
-
 2010-11-24  Julien Danjou  <julien@danjou.info>
 
        * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
index b3660c6..bff11b2 100644 (file)
@@ -3099,8 +3099,7 @@ M-RET    `message-newline-and-reformat' (break the line and reformat)."
     (expand-abbrev))
   (goto-char (point-min))
   (or (search-forward (concat "\n" mail-header-separator "\n") nil t)
-      (search-forward-regexp "[^:]+:\\([^\n]\\|\n[ \t]\\)+\n\n" nil t))
-  (while (looking-at "^<#secure") (forward-line 1)))
+      (search-forward-regexp "[^:]+:\\([^\n]\\|\n[ \t]\\)+\n\n" nil t)))
 
 (defun message-in-body-p ()
   "Return t if point is in the message body."