Skip to content

Commit 0ef4813

Browse files
author
p
committed
refactoring
1 parent 8bd8a47 commit 0ef4813

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

indent-guide.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,7 @@ the point. When no such points are found, just return nil."
167167

168168
(defun indent-guide--make-overlay (line col)
169169
"draw line at (line, col)"
170-
(let ((original-pos (point))
171-
diff string ov prop)
170+
(let (diff string ov prop)
172171
(save-excursion
173172
;; try to goto (line, col)
174173
(goto-char (point-min))

0 commit comments

Comments
 (0)