changeset 14827:5d55577868da

(fill-context-prefix): Unused var `eol' deleted.
author Richard M. Stallman <rms@gnu.org>
date Sun, 17 Mar 1996 19:08:44 +0000
parents eec0abb31126
children 0324a7d846e9
files lisp/textmodes/fill.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/fill.el	Sun Mar 17 18:14:52 1996 +0000
+++ b/lisp/textmodes/fill.el	Sun Mar 17 19:08:44 1996 +0000
@@ -154,8 +154,7 @@
 	  (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))