Mercurial > emacs
changeset 58455:61e76fb7d4c9
(math-read-exprs): Filter input through math-read-preprocess-string.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Tue, 23 Nov 2004 05:58:20 +0000 |
parents | 09310c09d91e |
children | 1eaf1ae3f842 |
files | lisp/calc/calc-aent.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc-aent.el Tue Nov 23 05:56:40 2004 +0000 +++ b/lisp/calc/calc-aent.el Tue Nov 23 05:58:20 2004 +0000 @@ -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. @@ -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))