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


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-forms.el
Date: Tue, 30 Nov 2004 12:21:37 -0500

Index: emacs/lisp/calc/calc-forms.el
diff -c emacs/lisp/calc/calc-forms.el:1.11 emacs/lisp/calc/calc-forms.el:1.12
*** emacs/lisp/calc/calc-forms.el:1.11  Wed Nov 24 17:59:37 2004
--- emacs/lisp/calc/calc-forms.el       Tue Nov 30 17:08:20 2004
***************
*** 3,10 ****
  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2004 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, 2004 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-forms () nil)
- 
- 
  (defun calc-time ()
    (interactive)
    (calc-wrapper
--- 27,36 ----
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
  
+ (require 'calc-ext)
  (require 'calc-macs)
  
  (defun calc-time ()
    (interactive)
    (calc-wrapper
***************
*** 1858,1862 ****
--- 1854,1860 ----
      (math-read-token)
      res))
  
+ (provide 'calc-forms)
+ 
  ;;; arch-tag: a3d8f33b-9508-4043-8060-d02b8c9c750c
  ;;; calc-forms.el ends here




reply via email to

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