diff options
| author | Alan Mackenzie | 2022-01-22 11:02:50 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2022-01-22 11:02:50 +0000 |
| commit | 14d64a8adcc866deecd758b898e8ef2d836b354a (patch) | |
| tree | 83cff9669e266f8e283ccb8cd7518e909240f1e1 /lisp/paren.el | |
| parent | bdd9b5b8a0d37dd09ee530c1dab3a44bee09e0f8 (diff) | |
| parent | ebe334cdc234de2897263aed4c05ac7088c11857 (diff) | |
| download | emacs-scratch/correct-warning-pos.tar.gz emacs-scratch/correct-warning-pos.zip | |
Merge branch 'master' into scratch/correct-warning-posscratch/correct-warning-pos
Diffstat (limited to 'lisp/paren.el')
| -rw-r--r-- | lisp/paren.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/paren.el b/lisp/paren.el index a1f74f2097e..0065bba72e7 100644 --- a/lisp/paren.el +++ b/lisp/paren.el | |||
| @@ -330,9 +330,7 @@ It is the default value of `show-paren-data-function'." | |||
| 330 | (let ((open-paren-line-string | 330 | (let ((open-paren-line-string |
| 331 | (blink-paren-open-paren-line-string openparen)) | 331 | (blink-paren-open-paren-line-string openparen)) |
| 332 | (message-log-max nil)) | 332 | (message-log-max nil)) |
| 333 | (minibuffer-message | 333 | (minibuffer-message "Matches %s" open-paren-line-string)))) |
| 334 | "Matches %s" | ||
| 335 | (substring-no-properties open-paren-line-string))))) | ||
| 336 | ;; Always set the overlay face, since it varies. | 334 | ;; Always set the overlay face, since it varies. |
| 337 | (overlay-put show-paren--overlay 'priority show-paren-priority) | 335 | (overlay-put show-paren--overlay 'priority show-paren-priority) |
| 338 | (overlay-put show-paren--overlay 'face face)))))) | 336 | (overlay-put show-paren--overlay 'face face)))))) |