emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 5b0b0ad: * lisp/simple.el (blink-matching-open): Be


From: Stefan Monnier
Subject: [Emacs-diffs] master 5b0b0ad: * lisp/simple.el (blink-matching-open): Better behavior in minibuffer
Date: Fri, 01 May 2015 17:20:50 +0000

branch: master
commit 5b0b0ad8303fb2e47298e4d0f946cff461ea3426
Author: Pontus Michael <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * lisp/simple.el (blink-matching-open): Better behavior in minibuffer
---
 lisp/simple.el |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index cf1912a..31efe38 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -6992,8 +6992,9 @@ The function should return non-nil if the two tokens do 
not match.")
                     (buffer-substring blinkpos (1+ blinkpos))))
                   ;; There is nothing to show except the char itself.
                   (t (buffer-substring blinkpos (1+ blinkpos))))))
-            (message "Matches %s"
-                     (substring-no-properties open-paren-line-string)))))))))
+            (minibuffer-message
+             "Matches %s"
+             (substring-no-properties open-paren-line-string)))))))))
 
 (defvar blink-paren-function 'blink-matching-open
   "Function called, if non-nil, whenever a close parenthesis is inserted.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]