Mercurial > emacs
diff lisp/thumbs.el @ 91304:c938ab6810a4
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-308
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 02 Jan 2008 04:13:39 +0000 |
parents | 56a72e2bd635 66dec6867b40 |
children | 606f2d163a64 |
line wrap: on
line diff
--- a/lisp/thumbs.el Sat Dec 29 02:51:57 2007 +0000 +++ b/lisp/thumbs.el Wed Jan 02 04:13:39 2008 +0000 @@ -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"