From 935cf962ce60b3b521b39dd9dec2c08cccefea59 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 15 Apr 2005 14:25:33 +0000 Subject: [PATCH] (album-convert-image): Renamed from `album-convert-images'. --- album.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 1.7.10.4