changeset 3349:31390246a7a2

(rmail-message-subject-p): Fix typo in string constant.
author Richard M. Stallman <rms@gnu.org>
date Mon, 31 May 1993 17:04:52 +0000
parents 69239557a899
children c9689f8d0574
files lisp/mail/rmailsum.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmailsum.el	Mon May 31 17:02:59 1993 +0000
+++ b/lisp/mail/rmailsum.el	Mon May 31 17:04:52 1993 +0000
@@ -105,7 +105,7 @@
     (search-forward "\n*** EOOH ***\n")
     (narrow-to-region
      (point)
-     (progn (search-forward (if whole-message "" "\n\n")) (point)))
+     (progn (search-forward (if whole-message "\^_" "\n\n")) (point)))
     (goto-char (point-min))
     (if whole-message (re-search-forward subject nil t)
       (string-match subject (or (mail-fetch-field "Subject") "")) )))