From: Jay Belanger Date: Tue, 23 Nov 2004 05:58:20 +0000 (+0000) Subject: (math-read-exprs): Filter input through math-read-preprocess-string. X-Git-Tag: ttn-vms-21-2-B4~3723 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c4446fc2e900c69730162fa816ee45ec8290a464;p=emacs.git (math-read-exprs): Filter input through math-read-preprocess-string. --- diff --git a/lisp/calc/calc-aent.el b/lisp/calc/calc-aent.el index 182b3b0635c..a615ec50623 100644 --- a/lisp/calc/calc-aent.el +++ b/lisp/calc/calc-aent.el @@ -3,8 +3,7 @@ ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc. ;; Author: Dave Gillespie -;; Maintainers: D. Goel -;; Colin Walters +;; Maintainer: Jay Belanger ;; This file is part of GNU Emacs. @@ -473,6 +472,7 @@ (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))