diff options
| author | Stefan Monnier | 2001-03-23 08:18:51 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-03-23 08:18:51 +0000 |
| commit | 1cc218de329f1c446836b14b3ada7e29d420270c (patch) | |
| tree | 5a4043acf00292119b1c3e44fd603e00259172e1 | |
| parent | d873120270cef81f06d607ec9c149e8165b3d80e (diff) | |
| download | emacs-1cc218de329f1c446836b14b3ada7e29d420270c.tar.gz emacs-1cc218de329f1c446836b14b3ada7e29d420270c.zip | |
(fill-individual-paragraphs-prefix): Fix transcription typo.
| -rw-r--r-- | lisp/ChangeLog | 14 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2001-03-23 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * textmodes/fill.el (fill-individual-paragraphs-prefix): | ||
| 4 | Fix transcription typo. | ||
| 5 | |||
| 1 | 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org> | 6 | 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org> |
| 2 | 7 | ||
| 3 | * whitespace.el: Add buffer local variables to toggle testing of | 8 | * whitespace.el: Add buffer local variables to toggle testing of |
| 4 | whitespaces in buffers without affecting the default values. | 9 | whitespaces in buffers without affecting the default values. |
| 5 | |||
| 6 | Added defuns (whitespace-toggle-ateol-check, | ||
| 7 | whitespace-toggle-leading-check, whitespace-toggle-trailing-check, | ||
| 8 | whitespace-toggle-indent-check and whitespace-toggle-spacetab-check) | ||
| 9 | |||
| 10 | Bump version to 3.0 to account for a few other changes. | 10 | Bump version to 3.0 to account for a few other changes. |
| 11 | 11 | (whitespace-toggle-ateol-check, whitespace-toggle-leading-check) | |
| 12 | (whitespace-toggle-trailing-check, whitespace-toggle-indent-check) | ||
| 13 | (whitespace-toggle-spacetab-check): New functions. | ||
| 12 | 14 | ||
| 13 | 2001-03-21 Stefan Monnier <monnier@cs.yale.edu> | 15 | 2001-03-21 Stefan Monnier <monnier@cs.yale.edu> |
| 14 | 16 | ||
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." | |||
| 1239 | (setq two-lines-prefix | 1239 | (setq two-lines-prefix |
| 1240 | (fill-context-prefix | 1240 | (fill-context-prefix |
| 1241 | (point) | 1241 | (point) |
| 1242 | (line-beginning-position 2))) | 1242 | (line-beginning-position 3))) |
| 1243 | (when just-one-line-prefix | 1243 | (when just-one-line-prefix |
| 1244 | (setq one-line-citation-part | 1244 | (setq one-line-citation-part |
| 1245 | (if citation-regexp | 1245 | (if citation-regexp |