Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
615cc5fb
Commit
615cc5fb
authored
Aug 07, 2009
by
Eli Zaretskii
Browse files
(calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as the default.
parent
a35d3ad8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/calc/calc.el
lisp/calc/calc.el
+1
-1
No files found.
lisp/calc/calc.el
View file @
615cc5fb
...
...
@@ -393,7 +393,7 @@ This is not required to be present for user-written mode annotations."
(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))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment