diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2022-04-30 14:46:28 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2022-04-30 18:04:53 +0200 |
commit | 1e46487e4efb817da38d635dad20044f70003e57 (patch) | |
tree | a6e075a6073087fe56d06cfa6e6c7b2885e17325 | |
parent | 655d2319bc50ee09d4acaf9ce90809f9476d8674 (diff) | |
download | emacs-1e46487e4efb817da38d635dad20044f70003e57.tar.gz |
* lisp/gnus/deuglify.el (gnus-article-outlook-rearrange-citation): Add autoload cookie.
-rw-r--r-- | lisp/gnus/deuglify.el | 1 |
1 files changed, 1 insertions, 0 deletions
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." |