summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-macs.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/calc/calc-macs.el')
-rw-r--r--lisp/calc/calc-macs.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/calc/calc-macs.el b/lisp/calc/calc-macs.el
index 257d369b87a..5aaa5f48d6c 100644
--- a/lisp/calc/calc-macs.el
+++ b/lisp/calc/calc-macs.el
@@ -61,6 +61,7 @@
(defmacro calc-with-trail-buffer (&rest body)
`(let ((save-buf (current-buffer))
(calc-command-flags nil))
+ (ignore save-buf) ;FIXME: Use a name less conflict-prone!
(with-current-buffer (calc-trail-display t)
(progn
(goto-char calc-trail-pointer)