diff options
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)))))) |