From: Richard M. Stallman Date: Mon, 8 Nov 1993 13:25:13 +0000 (+0000) Subject: (ispell-message): Delete excess (beginning-of-line) call. X-Git-Tag: emacs-19.34~10918 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=794572af7060d1482178b75aef62a5bd0be19c35;p=emacs.git (ispell-message): Delete excess (beginning-of-line) call. --- 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))))))))))))