Skip to content

Commit

Permalink
Use symbol 'jetbrains-ide-symbol for safe-local-variable
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed Mar 1, 2018
1 parent 8d08517 commit 56f71a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jetbrains.el
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
;;;###autoload
(progn
(defvar-local jetbrains-ide nil)
(put 'jetbrains-ide 'safe-local-variable #'jetbrains-ide-symbol))
(put 'jetbrains-ide 'safe-local-variable 'jetbrains-ide-symbol))

(defun jetbrains-ide-symbol (name)
"Return symbol of IDE by `NAME'."
Expand Down

0 comments on commit 56f71a1

Please sign in to comment.