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.
This commit is contained in:
parent
9871ee8b14
commit
9a386b682e
1 changed files with 1 additions and 1 deletions
|
@ -7073,7 +7073,7 @@ CONDITION is either:
|
||||||
(provided-mode-derived-p
|
(provided-mode-derived-p
|
||||||
(buffer-local-value 'major-mode buffer)
|
(buffer-local-value 'major-mode buffer)
|
||||||
mode))
|
mode))
|
||||||
(`(not ,cond)
|
(`(not . ,cond)
|
||||||
(not (funcall match cond)))
|
(not (funcall match cond)))
|
||||||
(`(or . ,args)
|
(`(or . ,args)
|
||||||
(funcall match args))
|
(funcall match args))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue