1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

calc/calc-menu.el (calc-modes-menu): Fix menu item.

This commit is contained in:
Jay Belanger 2012-08-08 22:19:34 -05:00
parent 0fc5030365
commit b5e94c8e46

View file

@ -1501,7 +1501,7 @@
:style radio
:selected (and (integerp calc-matrix-mode) (> calc-matrix-mode 0))
:help "Variables are assumed to be NxN matrices"]
["Scalar"
["Scalar mode"
(progn
(require 'calc-mode)
(calc-matrix-mode 0))