Skip to content

Commit dd0e5db

Browse files
committed
chore: Move point to column to _prepare.el
1 parent 6262821 commit dd0e5db

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lisp/checker/check-eask.el

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@
3333
"Return pretty JSON."
3434
(with-temp-buffer (insert json) (json-pretty-print-buffer) (buffer-string)))
3535

36-
(defun eask--column-at-point (point)
37-
"Get column at POINT."
38-
(save-excursion (goto-char point) (current-column)))
39-
4036
(defun eask--load-buffer ()
4137
"Return the current file loading session."
4238
(car (cl-remove-if-not

0 commit comments

Comments
 (0)