(uncompface): Be verbose when changing `uncompface-use-external'.
authorReiner Steib <Reiner.Steib@gmx.de>
Tue, 18 May 2004 19:19:00 +0000 (19:19 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Tue, 18 May 2004 19:19:00 +0000 (19:19 +0000)
lisp/ChangeLog
lisp/compface.el

index ef39d66..921c889 100644 (file)
@@ -1,5 +1,8 @@
 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
 
+       * compface.el (uncompface): Be verbose when changing
+       `uncompface-use-external'.
+
        * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
        handle manual section.
 
index 3a6f101..45a5709 100644 (file)
@@ -110,7 +110,9 @@ or `libgr-progs', for instance."
                           uncompface-use-external-threshold)
                        (executable-find "uncompface")
                        (executable-find "icontopbm")
-                       t)))))))
+                       t))
+            (message "Setting `uncompface-use-external' to `%s'"
+                     uncompface-use-external))))))
 
 ;; The following section is a bug-for-bug compatible version of
 ;; `uncompface' program entirely implemented in Emacs-Lisp.