From: Kai Grossjohann Date: Fri, 9 Nov 2001 16:11:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=5e90836d7c41843acbc2065adb7696ce40942442;p=gnus *** empty log message *** --- diff --git a/lisp/message.el b/lisp/message.el index 5bc363221..ad53f0321 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -3971,7 +3971,7 @@ than 988 characters long, and if they are not, trim them until they are." (bol (progn (beginning-of-line n) (point))) (eol (gnus-point-at-eol)) (eoh (re-search-forward ": *" eol t))) - (if (equal here eoh) + (if (or (not eoh) (equal here eoh)) (goto-char bol) (goto-char eoh))) (beginning-of-line n)))