From d5a92c0640cfd8dda1fd53f793ae9afe723d4c5b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 24 Jun 1992 22:42:10 +0000 Subject: [PATCH] *** empty log message *** --- lisp/textmodes/fill.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index ed46490174..31626ccb0e 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -71,10 +71,10 @@ From program, pass args FROM, TO and JUSTIFY-FLAG." (if (eolp) (forward-line 1)) ;; If paragraph has only one line, don't assume ;; that additional lines would have the same starting - ;; decoration. Instead, assume they would have white space - ;; reaching to the same column. - (re-search-forward adaptive-fill-regexp) - (setq fill-prefix (make-string (current-column) ?\ ))))) + ;; decoration. Assume no indentation. +;; (re-search-forward adaptive-fill-regexp) +;; (setq fill-prefix (make-string (current-column) ?\ )) + ))) (save-restriction (narrow-to-region from to) -- GitLab