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-aent.el


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-aent.el
Date: Tue, 23 Nov 2004 01:19:11 -0500

Index: emacs/lisp/calc/calc-aent.el
diff -c emacs/lisp/calc/calc-aent.el:1.14 emacs/lisp/calc/calc-aent.el:1.15
*** emacs/lisp/calc/calc-aent.el:1.14   Thu Nov 11 05:48:50 2004
--- emacs/lisp/calc/calc-aent.el        Tue Nov 23 05:58:20 2004
***************
*** 3,10 ****
  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
  
  ;; Author: Dave Gillespie <address@hidden>
! ;; Maintainers: D. Goel <address@hidden>
! ;;              Colin Walters <address@hidden>
  
  ;; This file is part of GNU Emacs.
  
--- 3,9 ----
  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
  
  ;; Author: Dave Gillespie <address@hidden>
! ;; Maintainer: Jay Belanger <address@hidden>
  
  ;; This file is part of GNU Emacs.
  
***************
*** 473,478 ****
--- 472,478 ----
        (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))




reply via email to

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