projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
287fab5
)
(thumbs-conversion-program): Add comment for Windows XP.
author
Nick Roberts
<nickrob@snap.net.nz>
Sat, 29 Dec 2007 23:39:51 +0000
(23:39 +0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Sat, 29 Dec 2007 23:39:51 +0000
(23:39 +0000)
lisp/thumbs.el
patch
|
blob
|
history
diff --git
a/lisp/thumbs.el
b/lisp/thumbs.el
index 395145fd53b4992fab4f4dceb96588a965dd680c..5728497ed6cb7400472a40f5c739bdb7f114c2e8 100644
(file)
--- a/
lisp/thumbs.el
+++ b/
lisp/thumbs.el
@@
-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"