[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/hcel e261d10e52 3/3: minor
From: |
ELPA Syncer |
Subject: |
[elpa] externals/hcel e261d10e52 3/3: minor |
Date: |
Wed, 28 Sep 2022 08:57:42 -0400 (EDT) |
branch: externals/hcel
commit e261d10e522ed573bc1210519640de5e7618724c
Author: Yuchen Pei <hi@ypei.me>
Commit: Yuchen Pei <hi@ypei.me>
minor
---
hcel-outline.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hcel-outline.el b/hcel-outline.el
index ea8f9199cc..aebca59a43 100644
--- a/hcel-outline.el
+++ b/hcel-outline.el
@@ -180,7 +180,7 @@ update in the outline mode too."
'module-path module-path
'position (cdr pair)
'invisible (unless
- (get-text-property 1 'exported (car pair))
+ (get-text-property 0 'exported (car pair))
'hcel-unexported))))
imenu-index))))))