diff options
| author | Richard M. Stallman | 1996-03-17 19:08:44 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-03-17 19:08:44 +0000 |
| commit | a58fcb999bf90bfd1a34308df2c59a3c77098260 (patch) | |
| tree | efbf3b98f5679290774cb44dab5d4b36ae35f6f1 | |
| parent | 2e365682cf676cd7563c884e876bbfc6e22d5e00 (diff) | |
| download | emacs-a58fcb999bf90bfd1a34308df2c59a3c77098260.tar.gz emacs-a58fcb999bf90bfd1a34308df2c59a3c77098260.zip | |
(fill-context-prefix): Unused var `eol' deleted.
| -rw-r--r-- | lisp/textmodes/fill.el | 3 |
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." | |||
| 154 | (goto-char firstline) | 154 | (goto-char firstline) |
| 155 | (setq at-second t)) | 155 | (setq at-second t)) |
| 156 | (move-to-left-margin) | 156 | (move-to-left-margin) |
| 157 | (let ((start (point)) | 157 | (let ((start (point))) |
| 158 | (eol (save-excursion (end-of-line) (point)))) | ||
| 159 | (setq result | 158 | (setq result |
| 160 | (if (not (looking-at paragraph-start)) | 159 | (if (not (looking-at paragraph-start)) |
| 161 | (cond ((and adaptive-fill-regexp (looking-at adaptive-fill-regexp)) | 160 | (cond ((and adaptive-fill-regexp (looking-at adaptive-fill-regexp)) |