From 1e46487e4efb817da38d635dad20044f70003e57 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 30 Apr 2022 14:46:28 +0200 Subject: [PATCH] * lisp/gnus/deuglify.el (gnus-article-outlook-rearrange-citation): Add autoload cookie. --- lisp/gnus/deuglify.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/gnus/deuglify.el b/lisp/gnus/deuglify.el index d2edfdf09f4..732c6062b8b 100644 --- a/lisp/gnus/deuglify.el +++ b/lisp/gnus/deuglify.el @@ -439,6 +439,7 @@ If NODISPLAY is non-nil, don't redisplay the article buffer." (unless nodisplay (gnus-outlook-display-article-buffer)) attrib-start)) +;;;###autoload (defun gnus-article-outlook-rearrange-citation (&optional nodisplay) "Repair broken citations. If NODISPLAY is non-nil, don't redisplay the article buffer." -- 2.39.2