moving a variable to a proper place.
This commit is contained in:
parent
2f7a36ecfc
commit
051dc7c888
@ -34,6 +34,8 @@
|
||||
|
||||
(defvar ghc-check-warning-fringe (propertize "?" 'display '(left-fringe question-mark)))
|
||||
|
||||
(defvar ghc-display-error nil)
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(defun ghc-check-syntax ()
|
||||
|
@ -66,8 +66,6 @@
|
||||
(defvar ghc-shallower-key "\C-c<")
|
||||
(defvar ghc-deeper-key "\C-c>")
|
||||
|
||||
(defvar ghc-display-error nil)
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;
|
||||
;;; Initializer
|
||||
|
Loading…
Reference in New Issue
Block a user