defvar -> defconst.

This commit is contained in:
Kazu Yamamoto
2010-06-14 12:03:14 +09:00
parent f30eb343b0
commit 2e28a09aa9
5 changed files with 19 additions and 11 deletions

View File

@@ -8,7 +8,8 @@
;;; Code:
(defvar ghc-module-command "ghc-mod")
(defvar ghc-module-command "ghc-mod"
"*The command name of \"ghc-mod\"")
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;