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/calccomp.el


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

Index: emacs/lisp/calc/calccomp.el
diff -c emacs/lisp/calc/calccomp.el:1.7 emacs/lisp/calc/calccomp.el:1.8
*** emacs/lisp/calc/calccomp.el:1.7     Wed Nov 24 05:59:23 2004
--- emacs/lisp/calc/calccomp.el Tue Nov 30 17:31:45 2004
***************
*** 27,38 ****
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
- (require 'calc-ext)
  
  (require 'calc-macs)
  
- (defun calc-Need-calc-comp () nil)
- 
  (defconst math-eqn-special-funcs
    '( calcFunc-log
       calcFunc-ln calcFunc-exp
--- 27,36 ----
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
  
+ (require 'calc-ext)
  (require 'calc-macs)
  
  (defconst math-eqn-special-funcs
    '( calcFunc-log
       calcFunc-ln calcFunc-exp
***************
*** 1771,1775 ****
--- 1769,1775 ----
              (math-comp-to-string-raw-step (cdr cl) indent))
      ""))
  
+ (provide 'calccomp)
+ 
  ;;; arch-tag: 7c45d10a-a286-4dab-af49-7ae8989fbf78
  ;;; calccomp.el ends here




reply via email to

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