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


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-macs.el
Date: Mon, 29 Nov 2004 01:02:59 -0500

Index: emacs/lisp/calc/calc-macs.el
diff -c emacs/lisp/calc/calc-macs.el:1.10 emacs/lisp/calc/calc-macs.el:1.11
*** emacs/lisp/calc/calc-macs.el:1.10   Mon Sep  1 15:45:18 2003
--- emacs/lisp/calc/calc-macs.el        Mon Nov 29 05:56:56 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.
  
***************
*** 27,36 ****
  
  ;;; Code:
  
- (provide 'calc-macs)
- 
- (defun calc-need-macros () nil)
- 
  (defmacro calc-wrapper (&rest body)
    `(calc-do (function (lambda ()
                        ,@body))))
--- 26,31 ----
***************
*** 201,205 ****
--- 196,202 ----
      (or (consp b)
        (< a b))))
  
+ (provide 'calc-macs)
+ 
  ;;; arch-tag: 08ba8ec2-fcff-4b80-a079-ec661bdb057e
  ;;; calc-macs.el ends here




reply via email to

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