diff options
| -rw-r--r-- | lisp/gnus/message.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 0ac3926eb4f..d4313e0b2f9 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -3023,8 +3023,8 @@ M-RET `message-newline-and-reformat' (break the line and reformat)." | |||
| 3023 | (setq adaptive-fill-first-line-regexp | 3023 | (setq adaptive-fill-first-line-regexp |
| 3024 | (concat quote-prefix-regexp "\\|" | 3024 | (concat quote-prefix-regexp "\\|" |
| 3025 | adaptive-fill-first-line-regexp))) | 3025 | adaptive-fill-first-line-regexp))) |
| 3026 | (setq-default auto-fill-inhibit-regexp nil) | 3026 | (setq-local auto-fill-inhibit-regexp nil) |
| 3027 | (setq-default normal-auto-fill-function 'message-do-auto-fill)) | 3027 | (setq-local normal-auto-fill-function 'message-do-auto-fill)) |
| 3028 | 3028 | ||
| 3029 | 3029 | ||
| 3030 | 3030 | ||