branch: elpa/guru-mode
commit 4decfe598afebf20ecc593709047b517a8e67fb6
Author: Bozhidar Batsov <bozhi...@batsov.com>
Commit: Bozhidar Batsov <bozhi...@batsov.com>

    get rid of the useless concat
---
 guru-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guru-mode.el b/guru-mode.el
index f5192db..7241d1b 100644
--- a/guru-mode.el
+++ b/guru-mode.el
@@ -63,7 +63,7 @@
 (defun guru-rebind (original-key alt-key)
   `(lambda ()
      (interactive)
-     (message (concat ,original-key " keybinding is disabled! Use " ,alt-key " 
instead."))))
+     (message "%s keybinding is disabled! Use <%s> instead" ,original-key  
,alt-key)))
 
 (dolist (cell affected-bindings-list)
   (define-key guru-mode-map

Reply via email to