/[emacs]/emacs/lisp/calc/calc-graph.el
ViewVC logotype

Diff of /emacs/lisp/calc/calc-graph.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by walters, Fri Mar 1 01:18:37 2002 UTC revision 1.5.2.1 by miles, Fri Apr 4 06:20:15 2003 UTC
# Line 3  Line 3 
3  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
4    
5  ;; Author: David Gillespie <daveg@synaptics.com>  ;; Author: David Gillespie <daveg@synaptics.com>
6  ;; Maintainer: Colin Walters <walters@debian.org>  ;; Maintainers: D. Goel <deego@gnufans.org>
7    ;;              Colin Walters <walters@debian.org>
8    
9  ;; This file is part of GNU Emacs.  ;; This file is part of GNU Emacs.
10    
# Line 390  Line 391 
391           (delete-region (match-beginning 0) (match-end 0))           (delete-region (match-beginning 0) (match-end 0))
392           (if (looking-at ",")           (if (looking-at ",")
393               (delete-char 1)               (delete-char 1)
394             (while (memq (preceding-char) '(?\ ?\t))             (while (memq (preceding-char) '(?\s ?\t))
395               (forward-char -1))               (forward-char -1))
396             (if (eq (preceding-char) ?\,)             (if (eq (preceding-char) ?\,)
397                 (delete-backward-char 1))))                 (delete-backward-char 1))))
# Line 1398  This \"dumb\" driver will be present in Line 1399  This \"dumb\" driver will be present in
1399                                  (and calc-gnuplot-geometry                                  (and calc-gnuplot-geometry
1400                                       (list "-geometry"                                       (list "-geometry"
1401                                             calc-gnuplot-geometry)))))                                             calc-gnuplot-geometry)))))
1402                (setq calc-gnuplot-process                (setq calc-gnuplot-process
1403                      (apply 'start-process                      (apply 'start-process
1404                             "gnuplot"                             "gnuplot"
1405                             calc-gnuplot-buffer                             calc-gnuplot-buffer

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26