From 2e402ca8feffcbc3717caf5d4c8797add566d494 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 9 Nov 2015 02:05:48 +0900 Subject: [PATCH] Use new variable name --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 1681469..f6e5cef 100644 --- a/emacs.el +++ b/emacs.el @@ -717,7 +717,7 @@ IF OK-IF-ALREADY-EXISTS is true force download." ;; file handling (when (require 'editorconfig nil t) - (defvar-set edconf-get-properties-function + (defvar-set editorconfig-get-properties-function 'editorconfig-core-get-properties-hash) (editorconfig-mode 1))