diff options
Diffstat (limited to 'lisp/calc/calc-graph.el')
-rw-r--r-- | lisp/calc/calc-graph.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calc/calc-graph.el b/lisp/calc/calc-graph.el index 9a1c7072c63..90ed192d0c8 100644 --- a/lisp/calc/calc-graph.el +++ b/lisp/calc/calc-graph.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> -;; Maintainers: D. Goel <deego@gnufans.org> +;; Maintainers: D. Goel <deego@gnufans.org> ;; Colin Walters <walters@debian.org> ;; This file is part of GNU Emacs. @@ -1399,7 +1399,7 @@ This \"dumb\" driver will be present in Gnuplot 3.0." (and calc-gnuplot-geometry (list "-geometry" calc-gnuplot-geometry))))) - (setq calc-gnuplot-process + (setq calc-gnuplot-process (apply 'start-process "gnuplot" calc-gnuplot-buffer |