summaryrefslogtreecommitdiff
path: root/lisp/textmodes
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
commita58fcb999bf90bfd1a34308df2c59a3c77098260 (patch)
treeefbf3b98f5679290774cb44dab5d4b36ae35f6f1 /lisp/textmodes
parent2e365682cf676cd7563c884e876bbfc6e22d5e00 (diff)
downloademacs-a58fcb999bf90bfd1a34308df2c59a3c77098260.tar.gz
(fill-context-prefix): Unused var `eol' deleted.
Diffstat (limited to 'lisp/textmodes')
-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))