diff options
| author | Eli Zaretskii | 2022-12-31 18:32:54 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2022-12-31 18:32:54 +0200 |
| commit | 9a386b682ebdb22374a38c7a672565f92f1bc64d (patch) | |
| tree | 6f517e04af12175047f3b8b62f04f5f60e6c4942 /lisp | |
| parent | 9871ee8b14a5ad3e7dcd59f3fd1503300f9d0234 (diff) | |
| download | emacs-9a386b682ebdb22374a38c7a672565f92f1bc64d.tar.gz emacs-9a386b682ebdb22374a38c7a672565f92f1bc64d.zip | |
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.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/subr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index af0a208f7be..c13c3c6cc54 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -7073,7 +7073,7 @@ CONDITION is either: | |||
| 7073 | (provided-mode-derived-p | 7073 | (provided-mode-derived-p |
| 7074 | (buffer-local-value 'major-mode buffer) | 7074 | (buffer-local-value 'major-mode buffer) |
| 7075 | mode)) | 7075 | mode)) |
| 7076 | (`(not ,cond) | 7076 | (`(not . ,cond) |
| 7077 | (not (funcall match cond))) | 7077 | (not (funcall match cond))) |
| 7078 | (`(or . ,args) | 7078 | (`(or . ,args) |
| 7079 | (funcall match args)) | 7079 | (funcall match args)) |