X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fsmiley.el;h=c2841cb83d3bbcb78d6a355b8a274a9ba48a8469;hb=931e64049c6d898e55d204449f536e170937a03c;hp=ffc3bdf5c795fa70634296a618900222e25501ce;hpb=ce7c854f8713e9936ffb590c22ec6686ce5548cb;p=gnus diff --git a/lisp/smiley.el b/lisp/smiley.el index ffc3bdf5c..c2841cb83 100644 --- a/lisp/smiley.el +++ b/lisp/smiley.el @@ -1,6 +1,6 @@ ;;; smiley.el --- displaying smiley faces -;; Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. ;; Author: Dave Love ;; Keywords: news mail multimedia @@ -140,7 +140,7 @@ A list of images is returned." With arg, turn displaying on if and only if arg is positive." (interactive "P") (gnus-with-article-buffer - (if (if (numberp arg) + (if (if (numberp arg) (> arg 0) (not (memq 'smiley gnus-article-wash-types))) (smiley-region (point-min) (point-max))