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-cplx.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-cplx.el [lexbind]
Date: Wed, 08 Dec 2004 19:38:51 -0500

Index: emacs/lisp/calc/calc-cplx.el
diff -c emacs/lisp/calc/calc-cplx.el:1.3.4.2 
emacs/lisp/calc/calc-cplx.el:1.3.4.3
*** emacs/lisp/calc/calc-cplx.el:1.3.4.2        Tue Oct 14 23:35:48 2003
--- emacs/lisp/calc/calc-cplx.el        Wed Dec  8 23:36:21 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-cplx () nil)
- 
- 
  (defun calc-argument (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-argument (arg)
    (interactive "P")
    (calc-slow-wrapper
***************
*** 358,362 ****
--- 354,360 ----
          (t (calc-record-why 'numberp a)
             (list 'calcFunc-im a)))))
  
+ (provide 'calc-cplx)
+ 
  ;;; arch-tag: de73a331-941c-4507-ae76-46c76adc70dd
  ;;; calc-cplx.el ends here




reply via email to

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