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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user