comparison lisp/gnus/smiley.el @ 59996:aac0a33f5772

Change release version from 21.4 to 22.1 throughout. Change development version from 21.3.50 to 22.0.50.
author Kim F. Storm <storm@cua.dk>
date Wed, 09 Feb 2005 15:50:47 +0000
parents 497f0d2ca551
children 210af0ad3d35
comparison
equal deleted inserted replaced
59995:8f4938738427 59996:aac0a33f5772
76 (let ((types (list "pbm"))) 76 (let ((types (list "pbm")))
77 (when (gnus-image-type-available-p 'xpm) 77 (when (gnus-image-type-available-p 'xpm)
78 (push "xpm" types)) 78 (push "xpm" types))
79 types) 79 types)
80 "*List of suffixes on picon file names to try." 80 "*List of suffixes on picon file names to try."
81 :version "21.4" 81 :version "22.1"
82 :type '(repeat string) 82 :type '(repeat string)
83 :group 'smiley) 83 :group 'smiley)
84 84
85 (defvar smiley-cached-regexp-alist nil) 85 (defvar smiley-cached-regexp-alist nil)
86 86