diff options
author | Yuchen Pei <hi@ypei.me> | 2022-09-28 22:45:50 +1000 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-09-28 22:45:50 +1000 |
commit | e261d10e522ed573bc1210519640de5e7618724c (patch) | |
tree | e24c1f23187051f69c102bf613b9a4b4df43a811 /hcel-outline.el | |
parent | a58ea9ffa8cf563bfd7b30db5f3c6b55cf89f632 (diff) |
minor
Diffstat (limited to 'hcel-outline.el')
-rw-r--r-- | hcel-outline.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hcel-outline.el b/hcel-outline.el index ea8f919..aebca59 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)))))) |