(album-convert-image): Renamed from `album-convert-images'.
[elisp/album.git] / album.el
index 6666e3c..2d44004 100644 (file)
--- a/album.el
+++ b/album.el
@@ -1,6 +1,6 @@
 ;;; album.el --- Photo album utility
 
-;; Copyright (C) 2004 MORIOKA Tomohiko
+;; Copyright (C) 2005 MORIOKA Tomohiko
 
 ;; Keywords: Photo, image, album, HTML, WWW
 
                   (expand-file-name (symbol-name grade)
                                     dest-dir)))))
 
-(defun album-convert-images (dest-dir prev-file file next-file)
+(defun album-convert-image (dest-dir prev-file file next-file)
   (let* ((ret
          (with-temp-buffer
            (call-process "identify" nil t t file)