]> git.eshelyaron.com Git - emacs.git/commitdiff
(math-read-exprs): Filter input through math-read-preprocess-string.
authorJay Belanger <jay.p.belanger@gmail.com>
Tue, 23 Nov 2004 05:58:20 +0000 (05:58 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Tue, 23 Nov 2004 05:58:20 +0000 (05:58 +0000)
lisp/calc/calc-aent.el

index 182b3b0635c2280a82fca3855c5d86bb0a17dbd4..a615ec50623ee513d52ffa10a154c2d40c287e2e 100644 (file)
@@ -3,8 +3,7 @@
 ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
 
 ;; Author: Dave Gillespie <daveg@synaptics.com>
-;; Maintainers: D. Goel <deego@gnufans.org>
-;;              Colin Walters <walters@debian.org>
+;; Maintainer: Jay Belanger <belanger@truman.edu>
 
 ;; This file is part of GNU Emacs.
 
        (math-exp-old-pos 0)
        (math-exp-keep-spaces nil)
        math-exp-token math-expr-data)
+    (setq math-exp-str (math-read-preprocess-string math-exp-str))
     (if calc-language-input-filter
        (setq math-exp-str (funcall calc-language-input-filter math-exp-str)))
     (while (setq math-exp-token (string-match "\\.\\.\\([^.]\\|.[^.]\\)" math-exp-str))