aboutsummaryrefslogtreecommitdiff
path: root/hcel-utils.el
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-09-21 12:52:31 +1000
committerYuchen Pei <hi@ypei.me>2022-09-21 12:53:21 +1000
commit1b0817abd54e4ff050240bee47b28e66e843eb66 (patch)
treebbcc42d8e14d2fbe2cb268e3b64b77a01c64c1ca /hcel-utils.el
parent8632869b89a60f4cd0a4d3f0975469512fb76087 (diff)
Patch from Stefan Monnier.
https://lists.gnu.org/archive/html/emacs-devel/2022-09/msg01378.html
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)