From 1cc218de329f1c446836b14b3ada7e29d420270c Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 23 Mar 2001 08:18:51 +0000 Subject: [PATCH] (fill-individual-paragraphs-prefix): Fix transcription typo. --- lisp/ChangeLog | 14 ++++++++------ lisp/textmodes/fill.el | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index aedfedee8be..4684385a4f1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,14 +1,16 @@ +2001-03-23 Stefan Monnier + + * textmodes/fill.el (fill-individual-paragraphs-prefix): + Fix transcription typo. + 2001-03-22 Rajesh Vaidheeswarran * whitespace.el: Add buffer local variables to toggle testing of whitespaces in buffers without affecting the default values. - - Added defuns (whitespace-toggle-ateol-check, - whitespace-toggle-leading-check, whitespace-toggle-trailing-check, - whitespace-toggle-indent-check and whitespace-toggle-spacetab-check) - Bump version to 3.0 to account for a few other changes. - + (whitespace-toggle-ateol-check, whitespace-toggle-leading-check) + (whitespace-toggle-trailing-check, whitespace-toggle-indent-check) + (whitespace-toggle-spacetab-check): New functions. 2001-03-21 Stefan Monnier diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index 61f1ca88658..984c945525a 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -1239,7 +1239,7 @@ Also, if CITATION-REGEXP is non-nil, don't fill header lines." (setq two-lines-prefix (fill-context-prefix (point) - (line-beginning-position 2))) + (line-beginning-position 3))) (when just-one-line-prefix (setq one-line-citation-part (if citation-regexp -- 2.39.2