aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calc/calc.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el
index 946a1eab06b..b730e4db2b1 100644
--- a/lisp/calc/calc.el
+++ b/lisp/calc/calc.el
@@ -1222,6 +1222,7 @@ Notations: 3.14e6 3.14 * 10^6
1222 (string-match "full" (nth 1 p)) 1222 (string-match "full" (nth 1 p))
1223 (setq calc-standalone-flag t)) 1223 (setq calc-standalone-flag t))
1224 (setq p (cdr p)))) 1224 (setq p (cdr p))))
1225 (require 'calc-menu)
1225 (run-mode-hooks 'calc-mode-hook) 1226 (run-mode-hooks 'calc-mode-hook)
1226 (calc-refresh t) 1227 (calc-refresh t)
1227 (calc-set-mode-line) 1228 (calc-set-mode-line)