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-funcs.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-funcs.el [emacs-unicode-2]
Date: Wed, 08 Dec 2004 01:48:50 -0500

Index: emacs/lisp/calc/calc-funcs.el
diff -c emacs/lisp/calc/calc-funcs.el:1.5.4.1 
emacs/lisp/calc/calc-funcs.el:1.5.4.2
*** emacs/lisp/calc/calc-funcs.el:1.5.4.1       Fri Apr 16 12:50:11 2004
--- emacs/lisp/calc/calc-funcs.el       Wed Dec  8 05:02:17 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-funcs () nil)
- 
- 
  (defun calc-inc-gamma (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-inc-gamma (arg)
    (interactive "P")
    (calc-slow-wrapper
***************
*** 972,977 ****
--- 968,974 ----
    (math-sub 1 (calcFunc-utpt tt v)))
  (put 'calcFunc-ltpt 'math-expandable t)
  
+ (provide 'calc-funcs)
  
  ;;; arch-tag: 421ddb7a-550f-4dda-a31c-06638ebfc43a
  ;;; calc-funcs.el ends here




reply via email to

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