(gnus-treat-smiley): Don't take "P" in the interactive form.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 4 Jan 2002 12:44:29 +0000 (12:44 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 4 Jan 2002 12:44:29 +0000 (12:44 +0000)
lisp/ChangeLog
lisp/gnus-art.el

index dc66d1a..965f80b 100644 (file)
@@ -3,6 +3,7 @@
        * gnus-ems.el (gnus-put-image): Really return glyph.
 
        * gnus-art.el (gnus-article-x-face-command): Fix :type.
+       (gnus-treat-smiley): Don't take "P" in the interactive form.
 
 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
index 08f1bf3..3297117 100644 (file)
@@ -1668,7 +1668,7 @@ unfolded."
 
 (defun gnus-treat-smiley ()
   "Display textual emoticons (\"smileys\") as small graphical icons."
-  (interactive "P")
+  (interactive)
   (gnus-with-article-buffer
     (if (memq 'smiley gnus-article-wash-types)
        (gnus-delete-images 'smiley)