Skip to content

Commit f99fe07

Browse files
committed
Only use a space as marker for fringe bitmap
- This fixes #15 #15 - The display string can still be easily traced back as it has hideshowvis in it's value - the issue could also show up in buffers exported using htmlize
1 parent 7997b99 commit f99fe07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hideshowvis.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ functions used with `after-change-functions'."
158158
(let* ((ovl (make-overlay (match-beginning 0) (match-end 0))))
159159
(overlay-put ovl 'before-string
160160
(propertize
161-
"*hideshowvis*"
161+
" "
162162
'display
163163
(list 'left-fringe
164164
'hideshowvis-hideable-marker

0 commit comments

Comments
 (0)