From 398811b7f67e2a27d31541e5200707911a3377ce Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 15 Feb 2021 13:43:27 +0100 Subject: Do `interactive' mode tagging in the remaining lisp/gnus files --- lisp/gnus/smiley.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/gnus/smiley.el') diff --git a/lisp/gnus/smiley.el b/lisp/gnus/smiley.el index 3ee59479cf5..32283af52bf 100644 --- a/lisp/gnus/smiley.el +++ b/lisp/gnus/smiley.el @@ -242,7 +242,7 @@ interactively. If there's no argument, do it at the current buffer." (defun smiley-toggle-buffer (&optional arg) "Toggle displaying smiley faces in article buffer. With arg, turn displaying on if and only if arg is positive." - (interactive "P") + (interactive "P" gnus-article-mode gnus-summary-mode) (gnus-with-article-buffer (if (if (numberp arg) (> arg 0) -- cgit v1.2.3