From c399756dda232efa8eebdd105d7d466cff02589a Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 23 Feb 2016 20:58:54 +1100 Subject: [PATCH] Fix typo in message-setup-fill-variables * lisp/gnus/message.el (message-setup-fill-variables): Fix typo in a recent checkin that used `setq-default' instead of `setq-local' (bug#22781). --- lisp/gnus/message.el | 4 ++-- 1 file 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)." (setq adaptive-fill-first-line-regexp (concat quote-prefix-regexp "\\|" adaptive-fill-first-line-regexp))) - (setq-default auto-fill-inhibit-regexp nil) - (setq-default normal-auto-fill-function 'message-do-auto-fill)) + (setq-local auto-fill-inhibit-regexp nil) + (setq-local normal-auto-fill-function 'message-do-auto-fill)) -- 2.39.2