/[emacs]/emacs/lisp/calc/calc-macs.el
ViewVC logotype

Diff of /emacs/lisp/calc/calc-macs.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by walters, Mon Nov 19 07:35:49 2001 UTC revision 1.5 by walters, Wed Nov 21 06:23:23 2001 UTC
# Line 36  Line 36 
36    
37  (defmacro calc-slow-wrapper (&rest body)  (defmacro calc-slow-wrapper (&rest body)
38    `(calc-do    `(calc-do
39      (function (lambda () ,@body) (point))))      (function (lambda () ,@body)) (point)))
40    
41  (defmacro math-showing-full-precision (form)  (defmacro math-showing-full-precision (form)
42    `(let ((calc-float-format calc-full-float-format))    `(let ((calc-float-format calc-full-float-format))

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26