From dfea3320a7ab77376c014010977860ff5fe7f556 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Thu, 28 Oct 2010 15:57:39 +0900 Subject: [PATCH] cosmetic change. --- elisp/ghc.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/elisp/ghc.el b/elisp/ghc.el index 31f4c73..168231b 100644 --- a/elisp/ghc.el +++ b/elisp/ghc.el @@ -67,7 +67,6 @@ (setq ghc-initialized t))) (defun ghc-abbrev-init () - (make-local-variable 'dabbrev-case-fold-search) - (setq dabbrev-case-fold-search nil)) + (set (make-local-variable 'dabbrev-case-fold-search) nil)) (provide 'ghc) \ No newline at end of file