ajusting the number of column (#162).
This commit is contained in:
parent
19d2521f5f
commit
b6af880407
@ -111,7 +111,7 @@
|
|||||||
|
|
||||||
(defun ghc-type-obtain-tinfos (modname)
|
(defun ghc-type-obtain-tinfos (modname)
|
||||||
(let* ((ln (int-to-string (line-number-at-pos)))
|
(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)
|
(cdir default-directory)
|
||||||
(file (buffer-file-name)))
|
(file (buffer-file-name)))
|
||||||
(ghc-read-lisp
|
(ghc-read-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user