summaryrefslogtreecommitdiff
path: root/lisp/init-projectile.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-09-23 23:28:26 -0400
committerKyle Meyer <kyle@kyleam.com>2015-09-23 23:28:26 -0400
commitfbd67b4b6dc4b3df1ab10421665bc58ad52974a5 (patch)
treea44185f04bbaa8074734d428c8a01e2a3f204b1f /lisp/init-projectile.el
parent55353a519ff4ee6aedc6c4ef547a42361d43ea09 (diff)
downloademacs.d-fbd67b4b6dc4b3df1ab10421665bc58ad52974a5.tar.gz
Revert "Remove pointless message format strings"
Never mind. I think I used this just in case the string contained '%'.
Diffstat (limited to 'lisp/init-projectile.el')
-rw-r--r--lisp/init-projectile.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-projectile.el b/lisp/init-projectile.el
index 7c225e6..2a20e7f 100644
--- a/lisp/init-projectile.el
+++ b/lisp/init-projectile.el
@@ -67,7 +67,7 @@ use the name of the current file."
(if (eq last-command 'kill-region)
(kill-append fname nil)
(kill-new fname))
- (message fname)))
+ (message "%s" fname)))
(defvar km/projectile-project-saved-thing nil
"Property list of saved thing for projects.