(album-convert-image): Renamed from `album-convert-images'.
authortomo <tomo>
Fri, 15 Apr 2005 14:25:33 +0000 (14:25 +0000)
committertomo <tomo>
Fri, 15 Apr 2005 14:25:33 +0000 (14:25 +0000)
album.el

index 6666e3c..2d44004 100644 (file)
--- a/album.el
+++ b/album.el
@@ -1,6 +1,6 @@
 ;;; album.el --- Photo album utility
 
 ;;; album.el --- Photo album utility
 
-;; Copyright (C) 2004 MORIOKA Tomohiko
+;; Copyright (C) 2005 MORIOKA Tomohiko
 
 ;; Keywords: Photo, image, album, HTML, WWW
 
 
 ;; Keywords: Photo, image, album, HTML, WWW
 
                   (expand-file-name (symbol-name grade)
                                     dest-dir)))))
 
                   (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)
   (let* ((ret
          (with-temp-buffer
            (call-process "identify" nil t t file)