Fix fontification of plain links at beginning of buffer
commit860bcfbf9387297df7b776445c31876925e9d561
authorRafael Laboissiere <rafael@laboissiere.net>
Fri, 22 Jan 2016 23:16:56 +0000 (23 00:16 +0100)
committerRafael Laboissiere <rafael@laboissiere.net>
Fri, 22 Jan 2016 23:43:01 +0000 (23 00:43 +0100)
tree013f587e78d34211672cec8e724412a379457418
parent3bf19b30f06a32b6ad75b368f8c51be69c53fa3f
Fix fontification of plain links at beginning of buffer

* lisp/org.el (org-activate-plain-links): Ensure that a valid buffer
  position is given as first argument to get-text-property, in
  particular when the plain link is at the very beginning of the buffer.

TINYCHANGE
lisp/org.el