Skip to content

Commit 7fc071e

Browse files
committed
Use keyword arguments for defining minor modes. Fixes #220.
1 parent 74f6cbe commit 7fc071e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

julia-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ command is only entered if it is supported in Julia. The
997997
following commands are defined:
998998
999999
\\{LaTeX-math-mode-map}"
1000-
nil nil (list (cons (LaTeX-math-abbrev-prefix) LaTeX-math-keymap))
1000+
:keymap (list (cons (LaTeX-math-abbrev-prefix) LaTeX-math-keymap))
10011001
(if julia-math-mode
10021002
(setq-local LaTeX-math-insert-function #'julia-math-insert)))))
10031003

0 commit comments

Comments
 (0)