From 6cd302da5849e1402c678462753419a2a732250f Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 29 Sep 2022 15:33:48 +1000 Subject: fixing a bug --- hcel-minor.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hcel-minor.el b/hcel-minor.el index b507ef4..85414fa 100644 --- a/hcel-minor.el +++ b/hcel-minor.el @@ -70,7 +70,7 @@ (defun hcel-minor-eldoc-id-type (cb) (when-let* ((identifier (hcel-text-property-near-point 'internal-id)) (symbol (save-excursion - (buffer-substring + (buffer-substring-no-properties (progn (text-property-search-backward 'internal-id identifier 'string=) -- cgit v1.2.3