branch: externals/hcel commit 6cd302da5849e1402c678462753419a2a732250f Author: Yuchen Pei <h...@ypei.me> Commit: Yuchen Pei <h...@ypei.me>
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 b507ef4a63..85414fa3a6 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=)