]> git.eshelyaron.com Git - emacs.git/commit
org-element: use correct function
authorMattias Engdegård <mattiase@acm.org>
Thu, 30 Sep 2021 15:10:41 +0000 (17:10 +0200)
committerMattias Engdegård <mattiase@acm.org>
Thu, 30 Sep 2021 15:16:25 +0000 (17:16 +0200)
commit58102466e32d4dd9c7d816cdc3f4595a2145f332
tree55beb9d88812154c237223cd5b50d2ea73d73591
parent6374943581830937c7404c06bd873901a8896300
org-element: use correct function

* lisp/org/org-element.el (org-element-headline-parser):
Pretty sure this one should be `skip-chars-backward`, not
`skip-syntax-backward`, since \t isn't a valid syntax code.
lisp/org/org-element.el