emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calc/calc-graph.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-graph.el
Date: Tue, 18 Feb 2003 05:58:50 -0500

Index: emacs/lisp/calc/calc-graph.el
diff -c emacs/lisp/calc/calc-graph.el:1.7 emacs/lisp/calc/calc-graph.el:1.8
*** emacs/lisp/calc/calc-graph.el:1.7   Tue Feb  4 07:47:09 2003
--- emacs/lisp/calc/calc-graph.el       Tue Feb 18 05:58:50 2003
***************
*** 391,397 ****
         (delete-region (match-beginning 0) (match-end 0))
         (if (looking-at ",")
             (delete-char 1)
!          (while (memq (preceding-char) '(?\ ?\t))
             (forward-char -1))
           (if (eq (preceding-char) ?\,)
               (delete-backward-char 1))))
--- 391,397 ----
         (delete-region (match-beginning 0) (match-end 0))
         (if (looking-at ",")
             (delete-char 1)
!          (while (memq (preceding-char) '(?\s ?\t))
             (forward-char -1))
           (if (eq (preceding-char) ?\,)
               (delete-backward-char 1))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]