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


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

Index: emacs/lisp/calc/calc-stuff.el
diff -c emacs/lisp/calc/calc-stuff.el:1.8 emacs/lisp/calc/calc-stuff.el:1.9
*** emacs/lisp/calc/calc-stuff.el:1.8   Fri Nov 26 22:34:59 2004
--- emacs/lisp/calc/calc-stuff.el       Tue Nov 30 17:25:40 2004
***************
*** 27,39 ****
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
- (require 'calc-ext)
  
  (require 'calc-macs)
  
- (defun calc-Need-calc-stuff () nil)
- 
- 
  (defun calc-num-prefix (n)
    "Use the number at the top of stack as the numeric prefix for the next 
command.
  With a prefix, push that prefix as a number onto the stack."
--- 27,36 ----
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
  
+ (require 'calc-ext)
  (require 'calc-macs)
  
  (defun calc-num-prefix (n)
    "Use the number at the top of stack as the numeric prefix for the next 
command.
  With a prefix, push that prefix as a number onto the stack."
***************
*** 301,305 ****
--- 298,304 ----
               (nth 2 expr)))
        (t (cons (car expr) (mapcar 'math-map-over-constants-rec (cdr expr))))))
  
+ (provide 'calc-stuff)
+ 
  ;;; arch-tag: 789332ef-a178-49d3-8fb7-5d7ed7e21f56
  ;;; calc-stuff.el ends here




reply via email to

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