# HG changeset patch # User Jay Belanger # Date 1101189500 0 # Node ID 61e76fb7d4c9b009626935ff12478c1eed12b03a # Parent 09310c09d91ededfb10907af14d797e051513c90 (math-read-exprs): Filter input through math-read-preprocess-string. diff -r 09310c09d91e -r 61e76fb7d4c9 lisp/calc/calc-aent.el --- 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 -;; 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))