summaryrefslogtreecommitdiff
path: root/lisp/gnus/smiley.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/gnus/smiley.el')
-rw-r--r--lisp/gnus/smiley.el2
1 files changed, 1 insertions, 1 deletions
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)