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