diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-05-08 14:47:07 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-05-08 14:47:07 -0400 |
commit | 0235128c15aabd21b37e7a359b4932709471f156 (patch) | |
tree | 4f32e3a638c4e3d6e7d9c232b3e0b4b939368f54 /lisp/calc | |
parent | ca63fca5b669d42d8c131a1f33446d9a9d7795f6 (diff) | |
parent | 19ae0deb1c8c9475eb81daf7876cec5a44b5d5e0 (diff) | |
download | emacs-0235128c15aabd21b37e7a359b4932709471f156.tar.gz |
Merge from emacs-23
Diffstat (limited to 'lisp/calc')
-rw-r--r-- | lisp/calc/calc-graph.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-graph.el b/lisp/calc/calc-graph.el index 673f37b4bf0..9af89ab6c3a 100644 --- a/lisp/calc/calc-graph.el +++ b/lisp/calc/calc-graph.el @@ -345,7 +345,7 @@ "set xlabel\nset ylabel\nset title\n" "set noclip points\nset clip one\nset clip two\n" "set format \"%g\"\nset tics\nset xtics\nset ytics\n" - "set data style linespoints\n" + "set style data linespoints\n" "set nogrid\nset nokey\nset nopolar\n")) (if (>= ver 3) (insert "set surface\nset nocontour\n" |