Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2013-05-14 16:07:38 +02:00
commit ad1e98a23c
1 changed files with 1 additions and 1 deletions

View File

@ -9258,7 +9258,7 @@ property to set."
(save-excursion
(org-back-to-heading t)
(put-text-property
(point-at-bol) (point-at-eol) tprop p))))))))
(point-at-bol) (org-end-of-subtree t t) tprop p))))))))
;;;; Link Stuff