]> git.eshelyaron.com Git - emacs.git/commitdiff
(thumbs-conversion-program): Add comment for Windows XP.
authorNick Roberts <nickrob@snap.net.nz>
Sat, 29 Dec 2007 23:39:51 +0000 (23:39 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sat, 29 Dec 2007 23:39:51 +0000 (23:39 +0000)
lisp/thumbs.el

index 395145fd53b4992fab4f4dceb96588a965dd680c..5728497ed6cb7400472a40f5c739bdb7f114c2e8 100644 (file)
@@ -93,6 +93,10 @@ When it reaches that size (in bytes), a warning is sent."
   :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"