diff lisp/calc/calc.el @ 104174:bdaf1510bb98

(calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as the default.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 07 Aug 2009 14:52:56 +0000
parents 2afab32ae92d
children da8b3e61b182
line wrap: on
line diff
--- a/lisp/calc/calc.el	Fri Aug 07 14:43:43 2009 +0000
+++ b/lisp/calc/calc.el	Fri Aug 07 14:52:56 2009 +0000
@@ -393,7 +393,7 @@
                                   (string :tag "Closing annotation delimiter"))))
 
 (defcustom calc-gnuplot-name
-  "gnuplot"
+  (if (eq system-type 'windows-nt) "pgnuplot" "gnuplot")
   "Name of GNUPLOT program, for calc-graph features."
   :group 'calc
   :type '(string))