From 051dc7c8884634f05f819260864a28775bb4378e Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Sat, 5 Apr 2014 22:39:22 +0900 Subject: [PATCH] moving a variable to a proper place. --- elisp/ghc-check.el | 2 ++ elisp/ghc.el | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/elisp/ghc-check.el b/elisp/ghc-check.el index 07f2afc..23b597c 100644 --- a/elisp/ghc-check.el +++ b/elisp/ghc-check.el @@ -34,6 +34,8 @@ (defvar ghc-check-warning-fringe (propertize "?" 'display '(left-fringe question-mark))) +(defvar ghc-display-error nil) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (defun ghc-check-syntax () diff --git a/elisp/ghc.el b/elisp/ghc.el index c6c1dc0..9933e59 100644 --- a/elisp/ghc.el +++ b/elisp/ghc.el @@ -66,8 +66,6 @@ (defvar ghc-shallower-key "\C-c<") (defvar ghc-deeper-key "\C-c>") -(defvar ghc-display-error nil) - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; ;;; Initializer