emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/guru-mode 4decfe5 06/42: get rid of the useless concat


From: ELPA Syncer
Subject: [nongnu] elpa/guru-mode 4decfe5 06/42: get rid of the useless concat
Date: Wed, 11 Aug 2021 09:58:27 -0400 (EDT)

branch: elpa/guru-mode
commit 4decfe598afebf20ecc593709047b517a8e67fb6
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@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

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