From 1b0817abd54e4ff050240bee47b28e66e843eb66 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Wed, 21 Sep 2022 12:52:31 +1000 Subject: Patch from Stefan Monnier. https://lists.gnu.org/archive/html/emacs-devel/2022-09/msg01378.html --- hcel-utils.el | 1 + 1 file changed, 1 insertion(+) (limited to 'hcel-utils.el') 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) -- cgit v1.2.3