org-element: Small change to cache optimization
commit149eafb4870b533149dad6ead89ec8b1ca9e44f2
authorNicolas Goaziou <n.goaziou@gmail.com>
Thu, 12 Dec 2013 22:21:33 +0000 (12 23:21 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Thu, 12 Dec 2013 22:49:49 +0000 (12 23:49 +0100)
treebc40e22636c23b8add0d358f7b0a4d95f497c66f
parent4423d750a4584a488d6bfb98b841a5d9101f8a37
org-element: Small change to cache optimization

* lisp/org-element.el (org-element-at-point): Simplify opportunistic
  shortcut by looking only for blank lines and headlines or
  inlinetasks.  Since regexp is simpler, we can afford to make more
  searches.
lisp/org-element.el