aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-09-29 15:33:48 +1000
committerYuchen Pei <hi@ypei.me>2022-09-29 15:33:48 +1000
commit6cd302da5849e1402c678462753419a2a732250f (patch)
tree56c5c73b61aa53b8826f9b7f4dd3145915a6dc35
parent3afe2f8cbe1070dcc56337ed2186133c59490bbb (diff)
fixing a bug
-rw-r--r--hcel-minor.el2
1 files changed, 1 insertions, 1 deletions
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=)