From 56f71a17d455581c10d48f6dbb31d9e2126227bf Mon Sep 17 00:00:00 2001 From: USAMI Kenta Date: Thu, 1 Mar 2018 14:02:16 +0900 Subject: [PATCH] Use symbol 'jetbrains-ide-symbol for safe-local-variable --- jetbrains.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'."