From: Eli Zaretskii Date: Sat, 31 Dec 2022 16:32:54 +0000 (+0200) Subject: Revert a recent change which causes errors X-Git-Tag: emacs-29.0.90~892 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a386b682ebdb22374a38c7a672565f92f1bc64d;p=emacs.git 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. --- 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))