From: tomo Date: Fri, 15 Apr 2005 14:25:33 +0000 (+0000) Subject: (album-convert-image): Renamed from `album-convert-images'. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=935cf962ce60b3b521b39dd9dec2c08cccefea59;p=elisp%2Falbum.git (album-convert-image): Renamed from `album-convert-images'. --- diff --git a/album.el b/album.el index 6666e3c..2d44004 100644 --- 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 @@ -113,7 +113,7 @@ (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)