summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-ext.el
diff options
context:
space:
mode:
authorTino Calancha <tino.calancha@gmail.com>2016-07-04 16:08:55 +0900
committerTino Calancha <tino.calancha@gmail.com>2016-07-04 16:08:55 +0900
commit05d76dba6604f78e4b2b7b9f8b30c916cad7d32a (patch)
tree0f505568c19a25a8f054fb964efd8786d5a849ce /lisp/calc/calc-ext.el
parentca1b9b38dcf372b09028acf088f386ef09f2de84 (diff)
downloademacs-05d76dba6604f78e4b2b7b9f8b30c916cad7d32a.tar.gz
Calc: Update mode line after change mode
* lisp/calc/calc-ext.el (calc-change-mode): Call 'calc-set-mode-line'.
Diffstat (limited to 'lisp/calc/calc-ext.el')
-rw-r--r--lisp/calc/calc-ext.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/calc/calc-ext.el b/lisp/calc/calc-ext.el
index 3cafd962127..cc0972e4775 100644
--- a/lisp/calc/calc-ext.el
+++ b/lisp/calc/calc-ext.el
@@ -1633,6 +1633,7 @@ calc-kill calc-kill-region calc-yank))))
(not (equal var '(calc-mode-save-mode)))
(calc-save-modes))))
(if calc-embedded-info (calc-embedded-modes-change var))
+ (calc-set-mode-line)
(symbol-value (car var)))))
(defun calc-toggle-banner ()