[gnus git] branch master updated: m0-11-112-g538b317 =1= dgnushack.el (dgnushack-compile-file): Excluse dir in message output
Katsumi <[email protected]> Tue, 20 Jan 2015 01:13:24 +0100
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 538b317caebe6d7bc1347e2306e55950bacf7183 (commit)
from 8fbe1cab213763b9122b59cfb92e8cf1da521d2c (commit)
- Log -----------------------------------------------------------------
commit 538b317caebe6d7bc1347e2306e55950bacf7183
Author: Katsumi Yamaoka <[email protected]>
Date: Tue Jan 20 00:13:15 2015 +0000
dgnushack.el (dgnushack-compile-file): Excluse dir in message output
diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el
index 46be876..d65d24b 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))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/dgnushack.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project