From 46cc689116e384cf7eb6a780ce9026ce57cd5964 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 15 Feb 2014 15:04:17 -0500 Subject: MNT: Make message consistent with emacs --- bog.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bog.el b/bog.el index 0c6befd..2efb801 100644 --- a/bog.el +++ b/bog.el @@ -278,7 +278,7 @@ The citekey will be taken from the text under point if it matches (setq staged-pdf (funcall bog-completing-read "Select PDF file to rename: " choices)))) (rename-file staged-pdf pdf-file) - (message "Renamed %s to %s." staged-pdf pdf-file))) + (message "Renamed %s to %s" staged-pdf pdf-file))) (defun bog-citekey-as-pdf (citekey) (expand-file-name (concat citekey ".pdf") bog-pdf-directory)) -- cgit v1.2.3