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


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

Index: emacs/lisp/calc/calc-incom.el
diff -c emacs/lisp/calc/calc-incom.el:1.8 emacs/lisp/calc/calc-incom.el:1.9
*** emacs/lisp/calc/calc-incom.el:1.8   Fri Nov 26 22:37:26 2004
--- emacs/lisp/calc/calc-incom.el       Tue Nov 30 17:12:21 2004
***************
*** 27,39 ****
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
- (require 'calc-ext)
  
  (require 'calc-macs)
  
- (defun calc-Need-calc-incom () nil)
- 
- 
  ;;; Incomplete forms.
  
  (defun calc-begin-complex ()
--- 27,36 ----
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
  
+ (require 'calc-ext)
  (require 'calc-macs)
  
  ;;; Incomplete forms.
  
  (defun calc-begin-complex ()
***************
*** 232,236 ****
--- 229,235 ----
         (error "Interval form is incomplete"))
        (t (error "Object is incomplete"))))
  
+ (provide 'calc-incom)
+ 
  ;;; arch-tag: b8001270-4dc7-481b-a3e3-a952e19b390d
  ;;; calc-incom.el ends here




reply via email to

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