From: Richard M. Stallman Date: Fri, 21 Jan 2000 03:43:45 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: emacs-pretest-21.0.90~5296 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7588f68a7f924bc200355742b88e3ad2d7233897;p=emacs.git Fix previous change. --- diff --git a/lisp/mail/undigest.el b/lisp/mail/undigest.el index bb03205981c..365c040e2da 100644 --- a/lisp/mail/undigest.el +++ b/lisp/mail/undigest.el @@ -92,7 +92,7 @@ Leaves original message, deleted, before the undigestified messages." (forward-line -1) (if (looking-at (car regexps)) (setq found t)) - (setq regexps (cdr regexps))) + (setq regexps (cdr regexps)))) (unless found (error "Message is not a digest--no end line")))) (re-search-forward (concat "^" (make-string 55 ?-) "-*\n*"))