diff options
Diffstat (limited to 'lisp/calc')
-rw-r--r-- | lisp/calc/calc.el | 1 |
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 (string-match "full" (nth 1 p)) (setq calc-standalone-flag t)) (setq p (cdr p)))) + (require 'calc-menu) (run-mode-hooks 'calc-mode-hook) (calc-refresh t) (calc-set-mode-line) |