diff lisp/calc/calcalg2.el @ 107638:772da445ced7

Merge from mainline.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 06 Mar 2010 05:16:27 -0500
parents 2da9673fc448
children c62e42a9ebc4 376148b31b5e
line wrap: on
line diff
--- a/lisp/calc/calcalg2.el	Sat Feb 27 07:43:30 2010 -0500
+++ b/lisp/calc/calcalg2.el	Sat Mar 06 05:16:27 2010 -0500
@@ -670,8 +670,8 @@
 (defmacro math-tracing-integral (&rest parts)
   (list 'and
 	'trace-buffer
-	(list 'save-excursion
-	      '(set-buffer trace-buffer)
+	(list 'with-current-buffer
+	      'trace-buffer
 	      '(goto-char (point-max))
 	      (list 'and
 		    '(bolp)