Mercurial > emacs
changeset 86076:41d5d55ebca0
(calc-mode): Require calc-menu.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Thu, 15 Nov 2007 02:57:46 +0000 |
parents | a7a49982b6d9 |
children | 65abbd39f5eb |
files | lisp/calc/calc.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc.el Thu Nov 15 02:57:08 2007 +0000 +++ b/lisp/calc/calc.el Thu Nov 15 02:57:46 2007 +0000 @@ -1222,6 +1222,7 @@ (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)