Mercurial > emacs
changeset 4933:581f2c0b75f2
(ispell-message): Delete excess (beginning-of-line) call.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 08 Nov 1993 13:25:13 +0000 |
parents | 5986d619b4ca |
children | a8b355b89859 |
files | lisp/textmodes/=ispell4.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/=ispell4.el Mon Nov 08 13:14:59 1993 +0000 +++ b/lisp/textmodes/=ispell4.el Mon Nov 08 13:25:13 1993 +0000 @@ -998,7 +998,6 @@ (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))))))))))))