summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-03-17 19:08:44 +0000
committerRichard M. Stallman <rms@gnu.org>1996-03-17 19:08:44 +0000
commite0375c2e372a15209c970e0471f4cb55215889f0 (patch)
tree2b28e4e7914562aa8d9fd99d6c6855ec945a8c52
parent7743e7e15f46f23806402afa0c654859409ee5cc (diff)
downloademacs-e0375c2e372a15209c970e0471f4cb55215889f0.tar.gz
(fill-context-prefix): Unused var `eol' deleted.
-rw-r--r--lisp/textmodes/fill.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el
index 2164a002465..152ccf96f2a 100644
--- a/lisp/textmodes/fill.el
+++ b/lisp/textmodes/fill.el
@@ -154,8 +154,7 @@ first line, insist it must match FIRST-LINE-REGEXP."
(goto-char firstline)
(setq at-second t))
(move-to-left-margin)
- (let ((start (point))
- (eol (save-excursion (end-of-line) (point))))
+ (let ((start (point)))
(setq result
(if (not (looking-at paragraph-start))
(cond ((and adaptive-fill-regexp (looking-at adaptive-fill-regexp))