X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fsmiley.el;h=2dfd610b967515990de5c8c5376f6c3e785d867f;hb=b74fac078f05fa78c65ef6ac22a644331120f096;hp=896e4560472709963ccb76cf165818059afef150;hpb=04ba5250e9e47ebe40860a0902d4ef6405ca143f;p=elisp%2Fgnus.git- diff --git a/lisp/smiley.el b/lisp/smiley.el index 896e456..2dfd610 100644 --- a/lisp/smiley.el +++ b/lisp/smiley.el @@ -1,6 +1,7 @@ ;;; smiley.el --- displaying smiley faces -;; Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, +;; 2005 Free Software Foundation, Inc. ;; Author: Dave Love ;; Keywords: news mail multimedia @@ -19,8 +20,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: @@ -44,7 +45,7 @@ :group 'gnus-visual) ;; Maybe this should go. -(defcustom smiley-data-directory (nnheader-find-etc-directory "smilies") +(defcustom smiley-data-directory (nnheader-find-etc-directory "images/smilies") "*Location of the smiley faces files." :type 'directory :group 'smiley) @@ -137,6 +138,7 @@ regexp to replace with IMAGE. IMAGE is the name of a PBM file in (push "xbm" types)) types) "*List of suffixes on picon file names to try." + :version "22.1" :type '(repeat string) :group 'smiley)