summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-12-31 18:32:54 +0200
committerEli Zaretskii <eliz@gnu.org>2022-12-31 18:32:54 +0200
commit9a386b682ebdb22374a38c7a672565f92f1bc64d (patch)
tree6f517e04af12175047f3b8b62f04f5f60e6c4942
parent9871ee8b14a5ad3e7dcd59f3fd1503300f9d0234 (diff)
downloademacs-9a386b682ebdb22374a38c7a672565f92f1bc64d.tar.gz
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.
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
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))