org.el: use a shy regex for fontifying macros
commit5b9e79c8b846372c1089f662a21290a134eebec5
authorAaron Ecay <aaronecay@gmail.com>
Mon, 16 Dec 2013 04:31:47 +0000 (15 23:31 -0500)
committerAaron Ecay <aaronecay@gmail.com>
Mon, 16 Dec 2013 04:31:47 +0000 (15 23:31 -0500)
tree2713a78a920476d51b58f37a3e314a0795977667
parentd55f0632b5c05ad0521e380d2ef89c631af74d84
org.el: use a shy regex for fontifying macros

* lisp/org.el (org-set-font-lock-defaults): use a shy regex for
identifying macros to fontify

Before this change, the xxx in the following text would be erroneously
fontified with the macro face:

{{{macro1()}}} xxx {{{macro2()}}}
lisp/org.el