From 538b317caebe6d7bc1347e2306e55950bacf7183 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Tue, 20 Jan 2015 00:13:15 +0000 Subject: [PATCH 1/1] dgnushack.el (dgnushack-compile-file): Excluse dir in message output --- lisp/dgnushack.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el index 46be87606..d65d24b8f 100644 --- a/lisp/dgnushack.el +++ b/lisp/dgnushack.el @@ -275,7 +275,7 @@ in `defcustom' forms." (if (featurep 'emacs) (defun dgnushack-compile-file (file) "Byte-compile FILE after reporting that it's being compiled." - (message "Compiling %s..." file) + (message "Compiling %s..." (file-name-nondirectory file)) ;; The Emacs 25 version of it doesn't say much. (byte-compile-file file)) (defalias 'dgnushack-compile-file 'byte-compile-file)) -- 2.34.1