emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [PATCH] Use regexp-opt in org-set-tag-faces


From: Anders Johansson
Subject: [O] [PATCH] Use regexp-opt in org-set-tag-faces
Date: Thu, 31 Jan 2019 15:15:59 +0100
User-agent: mu4e 1.1.0; emacs 26.1

I just noticed a place where it would be appropriate to use regexp-opt instead of doing:
(concat ":\\(" (mapconcat 'car value "\\|") "\\):"))))

regexp-opt promises to be more efficient.


--
Anders Johansson

Attachment: 0001-org-faces.el-Use-regexp-opt-in-org-set-tag-faces.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]