From b6af8804072570126004e7471f7610762351834d Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Tue, 19 Nov 2013 14:14:49 +0900 Subject: [PATCH] ajusting the number of column (#162). --- elisp/ghc-info.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp/ghc-info.el b/elisp/ghc-info.el index cc421ac..cfa8692 100644 --- a/elisp/ghc-info.el +++ b/elisp/ghc-info.el @@ -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