Small optimization
commit33e2e375df2bfafca32b1aa0823d7abd9964f70f
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 31 Mar 2015 14:34:51 +0000 (31 16:34 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 31 Mar 2015 14:34:51 +0000 (31 16:34 +0200)
treefad9eb83e81a78a25a7fec6b0d84be76df58c09a
parent17752c379e3be1df052b0811b577e6a38da41dc6
Small optimization

* lisp/org.el (org-find-property): Small optimization.

Since VALUE is included in the regexp, it doesn't need to be found
again with `org-entry-get'.  However, we still need to make sure match
really is a node property.
lisp/org.el