emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/thumbs.el


From: Werner LEMBERG
Subject: [Emacs-diffs] Changes to emacs/lisp/thumbs.el
Date: Fri, 25 Mar 2005 04:49:02 -0500

Index: emacs/lisp/thumbs.el
diff -c emacs/lisp/thumbs.el:1.9 emacs/lisp/thumbs.el:1.10
*** emacs/lisp/thumbs.el:1.9    Wed Feb  9 15:50:41 2005
--- emacs/lisp/thumbs.el        Fri Mar 25 09:49:00 2005
***************
*** 1,6 ****
  ;;; thumbs.el --- Thumbnails previewer for images files
  
! ;; Copyright 2004 Free Software Foundation, Inc
  
  ;; Author: Jean-Philippe Theberge <address@hidden>
  ;; Keywords: Multimedia
--- 1,6 ----
  ;;; thumbs.el --- Thumbnails previewer for images files
  
! ;; Copyright 2004, 2005 Free Software Foundation, Inc
  
  ;; Author: Jean-Philippe Theberge <address@hidden>
  ;; Keywords: Multimedia
***************
*** 630,636 ****
  
  (defun thumbs-modify-image (action &optional arg)
    "Call convert to do ACTION on image with argument ARG.
! ACTION and ARG should be legal convert command."
    (interactive "sAction: \nsValue: ")
    ;; cleaning of old temp file
    (mapc 'delete-file
--- 630,636 ----
  
  (defun thumbs-modify-image (action &optional arg)
    "Call convert to do ACTION on image with argument ARG.
! ACTION and ARG should be a valid convert command."
    (interactive "sAction: \nsValue: ")
    ;; cleaning of old temp file
    (mapc 'delete-file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]