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


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-math.el
Date: Tue, 30 Nov 2004 13:08:33 -0500

Index: emacs/lisp/calc/calc-math.el
diff -c emacs/lisp/calc/calc-math.el:1.9 emacs/lisp/calc/calc-math.el:1.10
*** emacs/lisp/calc/calc-math.el:1.9    Wed Nov 24 18:01:37 2004
--- emacs/lisp/calc/calc-math.el        Tue Nov 30 17:16:50 2004
***************
*** 3,10 ****
  ;; 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>
! ;; Maintainer: Jay Belanger <address@hidden>
  
  ;; This file is part of GNU Emacs.
  
***************
*** 28,40 ****
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
- (require 'calc-ext)
  
  (require 'calc-macs)
  
- (defun calc-Need-calc-math () nil)
- 
- 
  (defun calc-sqrt (arg)
    (interactive "P")
    (calc-slow-wrapper
--- 27,36 ----
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
  
+ (require 'calc-ext)
  (require 'calc-macs)
  
  (defun calc-sqrt (arg)
    (interactive "P")
    (calc-slow-wrapper
***************
*** 1688,1692 ****
--- 1684,1690 ----
        (t (list 'calcFunc-deg a))))
  (put 'calcFunc-deg 'math-expandable t)
  
+ (provide 'calc-math)
+ 
  ;;; arch-tag: c7367e8e-d0b8-4f70-8577-2fb3f31dbb4c
  ;;; calc-math.el ends here




reply via email to

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