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


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

Index: emacs/lisp/calc/calc-lang.el
diff -c emacs/lisp/calc/calc-lang.el:1.4 emacs/lisp/calc/calc-lang.el:1.5
*** emacs/lisp/calc/calc-lang.el:1.4    Wed Jan 15 10:16:25 2003
--- emacs/lisp/calc/calc-lang.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.
***************
*** 253,259 ****
       ( conjg     . calcFunc-conj )
       ( log       . calcFunc-ln )
       ( nint      . calcFunc-round )
!      ( real      . calcFunc-re ))) 
  
  (put 'fortran 'math-input-filter 'calc-input-case-filter)
  (put 'fortran 'math-output-filter 'calc-output-case-filter)
--- 253,259 ----
       ( conjg     . calcFunc-conj )
       ( log       . calcFunc-ln )
       ( nint      . calcFunc-round )
!      ( real      . calcFunc-re )))
  
  (put 'fortran 'math-input-filter 'calc-input-case-filter)
  (put 'fortran 'math-output-filter 'calc-output-case-filter)




reply via email to

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