We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6262821 commit dd0e5dbCopy full SHA for dd0e5db
lisp/checker/check-eask.el
@@ -33,10 +33,6 @@
33
"Return pretty JSON."
34
(with-temp-buffer (insert json) (json-pretty-print-buffer) (buffer-string)))
35
36
-(defun eask--column-at-point (point)
37
- "Get column at POINT."
38
- (save-excursion (goto-char point) (current-column)))
39
-
40
(defun eask--load-buffer ()
41
"Return the current file loading session."
42
(car (cl-remove-if-not
0 commit comments