From 7588f68a7f924bc200355742b88e3ad2d7233897 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 21 Jan 2000 03:43:45 +0000 Subject: [PATCH] Fix previous change. --- lisp/mail/undigest.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*")) -- 2.39.5