Skip to content

Commit 9176de4

Browse files
authored
Merge pull request EricCrosson#6 from EricCrosson/melpa-feedback
Avoid redundancy with local-variables
2 parents b7d13af + 40ce1d8 commit 9176de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pine-script-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"A major mode for editing Trading View Pine scripts."
122122
(set (make-local-variable 'comment-start) "//")
123123
(set (make-local-variable 'comment-start-skip) "//+ *")
124-
(set (make-local-variable 'font-lock-defaults) '(pine-script-font-lock-keywords)))
124+
(set 'font-lock-defaults '(pine-script-font-lock-keywords)))
125125

126126

127127

0 commit comments

Comments
 (0)