Mercurial > emacs
changeset 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 | e75ea4b0d26d |
children | 6bb8dd0cfa31 |
files | lisp/calc/calc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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))