(calc-flush-caches): Use mapc' rather than
mapcar'.
This commit is contained in:
parent
19449d1d81
commit
4d2a9fe4a4
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ With a prefix, push that prefix as a number onto the stack."
|
|||
math-eval-rules-cache-tag t
|
||||
math-format-date-cache nil
|
||||
math-holidays-cache-tag t)
|
||||
(mapcar (function (lambda (x) (set x -100))) math-cache-list)
|
||||
(mapc (function (lambda (x) (set x -100))) math-cache-list)
|
||||
(unless inhibit-msg
|
||||
(message "All internal calculator caches have been reset"))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue