Fixed autoload cookie.
authorReiner Steib <Reiner.Steib@gmx.de>
Tue, 15 Apr 2003 17:18:35 +0000 (17:18 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Tue, 15 Apr 2003 17:18:35 +0000 (17:18 +0000)
lisp/ChangeLog
lisp/gnus-fun.el

index e21b700..f827b79 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
+       From Julien Avarre <julien@avarre.com>
+
+       * gnus-fun.el: Fixed autoload cookie.
+
 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
        From Remi Letot  <remi.letot@easynet.be>
 
index 2352372..7ff19ec 100644 (file)
@@ -118,7 +118,7 @@ Output to the current buffer, replace text, and don't mingle error."
                       (length attempt) quant))
          (setq done t)))
       (if done
-         (mm-with-unibyte-buffer       
+         (mm-with-unibyte-buffer
            (insert attempt)
            (gnus-face-encode))
        nil))))
@@ -147,7 +147,7 @@ The PNG is returned as a string."
       (base64-decode-region (point-min) (point-max)))
     (buffer-string)))
 
-;;;#autoload
+;;;###autoload
 (defun gnus-convert-png-to-face (file)
   "Convert FILE to a Face.
 FILE should be a PNG file that's 48x48 and smaller than or equal to