0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-20 02:56:29 +00:00

Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2013-05-14 16:07:38 +02:00
commit ad1e98a23c

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