Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2014-07-28 01:03:03 +02:00
commit 96323cf2aa
1 changed files with 1 additions and 1 deletions

View File

@ -8461,7 +8461,7 @@ When REMOVE is non-nil, remove the subtree from the clipboard."
(string-match
"^\\*+$" (buffer-substring
(point-at-bol) (point))))
(- (match-end 1) (match-beginning 1)))
(- (match-end 0) (match-beginning 0)))
((and (bolp)
(looking-at org-outline-regexp))
(- (match-end 0) (point) 1))))