]> git.eshelyaron.com Git - emacs.git/commit
Org: fix mistakes in regexp, skip set and doc string
authorMattias EngdegÄrd <mattiase@acm.org>
Mon, 10 Jun 2024 11:59:31 +0000 (13:59 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Jun 2024 09:24:03 +0000 (11:24 +0200)
commit701341b44c65d25738acd549baf85bf6353e51be
tree0b964a01d2f34fcc98e7fa8a91b29cde7da87a34
parentb20216a5a57cc6d9994f5d9efc45b6a3faac0f53
Org: fix mistakes in regexp, skip set and doc string

All found by Relint.

* lisp/org/org-element.el (org-element-copy-buffer):
Repair incorrect escaping.
* lisp/org/org-macs.el (org--line-empty-p): Fix broken skip-set.
* lisp/org/org.el (org-setup-yank-dnd-handlers): Fix broken regexp.

(cherry picked from commit 331573e40731d6635acd366694493c26b480c230)
lisp/org/org-element.el
lisp/org/org-macs.el
lisp/org/org.el