mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-27 10:54:40 +00:00
(calc-flush-caches): Use mapc' rather than
mapcar'.
This commit is contained in:
parent
19449d1d81
commit
4d2a9fe4a4
@ -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…
Reference in New Issue
Block a user