Revert a recent change which causes errors

* lisp/subr.el (buffer-match-p): Undo last change, as it causes an
error in a timer function of show-paren-mode.
This commit is contained in:
Eli Zaretskii 2022-12-31 18:32:54 +02:00
parent 9871ee8b14
commit 9a386b682e

View file

@ -7073,7 +7073,7 @@ CONDITION is either:
(provided-mode-derived-p
(buffer-local-value 'major-mode buffer)
mode))
(`(not ,cond)
(`(not . ,cond)
(not (funcall match cond)))
(`(or . ,args)
(funcall match args))