Skip to content

Commit 0c2cf1d

Browse files
committed
matlab.el: fix long-standing typo in font-lock setup
1 parent 4af89e8 commit 0c2cf1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matlab.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,7 @@ All Key Bindings:
14241424

14251425
;; Font lock support:
14261426
(make-local-variable 'font-lock-defaults)
1427-
(setq font-lock-defaults '((matlab-file-font-lock-keywords
1427+
(setq font-lock-defaults '((matlab-file-basic-font-lock-keywords
14281428
matlab-file-gaudy-font-lock-keywords
14291429
matlab-file-really-gaudy-font-lock-keywords
14301430
)

0 commit comments

Comments
 (0)