diff options
| -rw-r--r-- | lisp/textmodes/fill.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index a4b515c0b65..534e5e9d754 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el | |||
| @@ -1087,6 +1087,7 @@ Also, if CITATION-REGEXP is non-nil, don't fill header lines." | |||
| 1087 | (fill-individual-paragraphs-citation two-lines-prefix | 1087 | (fill-individual-paragraphs-citation two-lines-prefix |
| 1088 | citation-regexp) | 1088 | citation-regexp) |
| 1089 | just-one-line-prefix)) | 1089 | just-one-line-prefix)) |
| 1090 | (or two-lines-citation-part (setq two-lines-citation-part "")) | ||
| 1090 | (setq adjusted-two-lines-citation-part | 1091 | (setq adjusted-two-lines-citation-part |
| 1091 | (substring two-lines-citation-part 0 | 1092 | (substring two-lines-citation-part 0 |
| 1092 | (string-match "[ \t]*\\'" | 1093 | (string-match "[ \t]*\\'" |