diff --git a/jetbrains.el b/jetbrains.el index 08eac43..f9bf121 100644 --- a/jetbrains.el +++ b/jetbrains.el @@ -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'."