]> git.eshelyaron.com Git - emacs.git/commit
ob-tangle.el: fix unintended range in regexp
authorMattias Engdegård <mattiase@acm.org>
Wed, 16 Aug 2023 12:57:48 +0000 (14:57 +0200)
committerMattias Engdegård <mattiase@acm.org>
Wed, 16 Aug 2023 14:55:38 +0000 (16:55 +0200)
commit1ad318cf2ae22d945f8bfcd61981d619467a36da
treea623b80ae3914fea920aed7e332f2095ca3fde2b
parentca687839294b78800339b99b19a61cf098638dd8
ob-tangle.el: fix unintended range in regexp

* lisp/org/ob-tangle.el (org-babel-interpret-file-mode):
Repair parts of regexp that should only match +, - and =.
* lisp/files.el (file-modes-symbolic-to-number):
Fix the same error in a doc string; this seems to be where
the mistake originated.
lisp/files.el
lisp/org/ob-tangle.el