From 9a386b682ebdb22374a38c7a672565f92f1bc64d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 31 Dec 2022 18:32:54 +0200 Subject: [PATCH] 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. --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index af0a208f7be..c13c3c6cc54 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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)) -- 2.39.2