bug hit when cycling subtrees fixed.

master
tj 13 years ago
parent 93f4ccbba1
commit 85ab01aa60
  1. 4
      outshine.el

@ -517,8 +517,8 @@ Based on `comment-start' and `comment-add'."
(setq m-strg
(split-string
m-strg
(format "%s" outshine-normalized-comment-start))
'OMIT-NULLS))
(format "%s" outshine-normalized-comment-start)
'OMIT-NULLS)))
(length
(mapconcat
(lambda (str)

Loading…
Cancel
Save