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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-mode.el
Date: Tue, 04 Feb 2003 07:47:13 -0500

Index: emacs/lisp/calc/calc-mode.el
diff -c emacs/lisp/calc/calc-mode.el:1.6 emacs/lisp/calc/calc-mode.el:1.7
*** emacs/lisp/calc/calc-mode.el:1.6    Wed Jan 15 10:16:25 2003
--- emacs/lisp/calc/calc-mode.el        Tue Feb  4 07:47:10 2003
***************
*** 3,9 ****
  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
  
  ;; Author: David 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: David Gillespie <address@hidden>
! ;; Maintainers: D. Goel <address@hidden>
  ;;              Colin Walters <address@hidden>
  
  ;; This file is part of GNU Emacs.
***************
*** 459,465 ****
  (defun calc-symbolic-mode (n)
    (interactive "P")
    (calc-wrapper
!    
     (message (if (calc-change-mode 'calc-symbolic-mode n nil t)
                "Inexact computations like sqrt(2) are deferred"
              "Numerical computations are always done immediately"))))
--- 459,465 ----
  (defun calc-symbolic-mode (n)
    (interactive "P")
    (calc-wrapper
! 
     (message (if (calc-change-mode 'calc-symbolic-mode n nil t)
                "Inexact computations like sqrt(2) are deferred"
              "Numerical computations are always done immediately"))))




reply via email to

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