emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 9a386b682e: Revert a recent change which causes errors


From: Eli Zaretskii
Subject: emacs-29 9a386b682e: Revert a recent change which causes errors
Date: Sat, 31 Dec 2022 11:33:29 -0500 (EST)

branch: emacs-29
commit 9a386b682ebdb22374a38c7a672565f92f1bc64d
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    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 af0a208f7b..c13c3c6cc5 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]