aboutsummaryrefslogtreecommitdiff
path: root/hcel-minor.el
diff options
context:
space:
mode:
Diffstat (limited to 'hcel-minor.el')
-rw-r--r--hcel-minor.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/hcel-minor.el b/hcel-minor.el
index 687c596..26badbb 100644
--- a/hcel-minor.el
+++ b/hcel-minor.el
@@ -73,11 +73,11 @@
(buffer-substring-no-properties
(progn
(text-property-search-backward
- 'internal-id internal-id 'string=)
+ 'internal-id internal-id 'equal)
(point))
(progn
(text-property-search-forward
- 'internal-id internal-id 'string=)
+ 'internal-id internal-id 'equal)
(point)))))
(docstring
(cond ((derived-mode-p 'hcel-outline-mode)