moving a variable to a proper place.

This commit is contained in:
Kazu Yamamoto 2014-04-05 22:39:22 +09:00
parent 2f7a36ecfc
commit 051dc7c888
2 changed files with 2 additions and 2 deletions

View File

@ -34,6 +34,8 @@
(defvar ghc-check-warning-fringe (propertize "?" 'display '(left-fringe question-mark)))
(defvar ghc-display-error nil)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defun ghc-check-syntax ()

View File

@ -66,8 +66,6 @@
(defvar ghc-shallower-key "\C-c<")
(defvar ghc-deeper-key "\C-c>")
(defvar ghc-display-error nil)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Initializer