aboutsummaryrefslogtreecommitdiff
path: root/hcel-utils.el
diff options
context:
space:
mode:
Diffstat (limited to 'hcel-utils.el')
-rw-r--r--hcel-utils.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/hcel-utils.el b/hcel-utils.el
index e5a82e7..1e1afea 100644
--- a/hcel-utils.el
+++ b/hcel-utils.el
@@ -77,6 +77,7 @@ Example of an idSrcSpan:
(col-end (alist-get 'column (alist-get 'end span))))
(buffer-substring-line-column line-beg (1- col-beg) line-end (1- col-end))))
+;; FIXME: Make sure all your definitions have an `hcel-' prefix!
;; buffers and strings manipulation
(defun goto-line-column (line column)
(goto-line line)