diff options
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)))))) |