]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert a recent change which causes errors
authorEli Zaretskii <eliz@gnu.org>
Sat, 31 Dec 2022 16:32:54 +0000 (18:32 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 31 Dec 2022 16:32:54 +0000 (18:32 +0200)
* 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

index af0a208f7be4407104014c9a52c0c446b3cfaeac..c13c3c6cc5440dd3ade9f7904c252ef75ac40a65 100644 (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))