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,v


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/thumbs.el,v
Date: Sat, 29 Dec 2007 23:39:52 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Nick Roberts <nickrob>  07/12/29 23:39:51

Index: thumbs.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/thumbs.el,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- thumbs.el   28 Dec 2007 08:09:57 -0000      1.36
+++ thumbs.el   29 Dec 2007 23:39:51 -0000      1.37
@@ -93,6 +93,10 @@
   :type 'integer
   :group 'thumbs)
 
+;; Unfortunately Windows XP has a program called CONVERT.EXE in
+;; C:/WINDOWS/SYSTEM32/ for partioning NTFS system.  So Emacs
+;; can find the one in your ImageMagick directory, you need to
+;; customize this value to the absolute filename.
 (defcustom thumbs-conversion-program
   (if (eq system-type 'windows-nt)
       "convert.exe"




reply via email to

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