Mercurial > emacs
changeset 729:5d684b81ac6b
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 24 Jun 1992 22:42:10 +0000 |
parents | 2d5acaebbe7e |
children | 2e4dd37cf7b2 |
files | lisp/textmodes/fill.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/fill.el Wed Jun 24 21:56:16 1992 +0000 +++ b/lisp/textmodes/fill.el Wed Jun 24 22:42:10 1992 +0000 @@ -71,10 +71,10 @@ (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)