diff options
Diffstat (limited to 'lisp/image.el')
-rw-r--r-- | lisp/image.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/image.el b/lisp/image.el index 3fbb3e0be36..282b81d5748 100644 --- a/lisp/image.el +++ b/lisp/image.el @@ -1,7 +1,7 @@ ;;; image.el --- image API -;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: multimedia @@ -725,5 +725,4 @@ shall be displayed." (provide 'image) -;; arch-tag: 8e76a07b-eb48-4f3e-a7a0-1a7ba9f096b3 ;;; image.el ends here |