From 794572af7060d1482178b75aef62a5bd0be19c35 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 8 Nov 1993 13:25:13 +0000 Subject: [PATCH] (ispell-message): Delete excess (beginning-of-line) call. --- lisp/textmodes/ispell4.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/textmodes/ispell4.el b/lisp/textmodes/ispell4.el index cdde7d94ce3..6ec6ba2775d 100644 --- a/lisp/textmodes/ispell4.el +++ b/lisp/textmodes/ispell4.el @@ -998,7 +998,6 @@ Or you can bind the function to C-c i in gnus or mail with: (if (re-search-forward (concat "^\\(" cite-regexp "\\)") nil 'end) (beginning-of-line)) - (beginning-of-line) (let ((case-fold-search old-case-fold-search)) (save-excursion (setq continue (ispell-region (- start 1) (point)))))))))))) -- 2.39.5