aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-11-08 13:25:13 +0000
committerRichard M. Stallman <[email protected]>1993-11-08 13:25:13 +0000
commit794572af7060d1482178b75aef62a5bd0be19c35 (patch)
tree4c435249e385732b64ec73eea61401611be471e8 /lisp
parenta21d94f9957a594fad022e7d7efedd327c8c5c46 (diff)
(ispell-message): Delete excess (beginning-of-line) call.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/textmodes/ispell4.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell4.el b/lisp/textmodes/ispell4.el
index cdde7d94ce..6ec6ba2775 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))))))))))))