ajusting the number of column (#162).

This commit is contained in:
Kazu Yamamoto 2013-11-19 14:14:49 +09:00
parent 19d2521f5f
commit b6af880407
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@
(defun ghc-type-obtain-tinfos (modname)
(let* ((ln (int-to-string (line-number-at-pos)))
(cn (int-to-string (current-column)))
(cn (int-to-string (1+ (current-column))))
(cdir default-directory)
(file (buffer-file-name)))
(ghc-read-lisp