projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9871ee8
)
Revert a recent change which causes errors
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 31 Dec 2022 16:32:54 +0000
(18:32 +0200)
committer
Eli 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
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index af0a208f7be4407104014c9a52c0c446b3cfaeac..c13c3c6cc5440dd3ade9f7904c252ef75ac40a65 100644
(file)
--- 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))