Pedro Andres Aranda Gutierrez <[email protected]> writes: > The possible values passed to regexp-quote in this instance always assert > > (equal val (regexp-quote val)) > > So why make the code unreadable?
Because it is safer. If we change those values in the future, and the new values include special regexp chars, we may run into subtle bugs. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
