]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gnus-picon.el
Another minor fix for next-single-char-property-change.
[gnu-emacs] / lisp / gnus / gnus-picon.el
index 3cc7c3701c59615a1eb3e4a97c70a28620d04788..69b65dfcb03deb13f829e2da01e34c12db4158d6 100644 (file)
@@ -1,7 +1,6 @@
 ;;; gnus-picon.el --- displaying pretty icons in Gnus
 
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2012 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;; Keywords: news xpm annotation glyph faces
@@ -38,7 +37,7 @@
 ;;
 ;;; Code:
 
-;; For Emacs < 22.2.
+;; For Emacs <22.2 and XEmacs.
 (eval-and-compile
   (unless (fboundp 'declare-function) (defmacro declare-function (&rest r))))