use ;;; to denote package name

This commit is contained in:
Donald Curtis 2012-05-03 20:43:11 -05:00
parent 65aaef511a
commit 2f7bfdd9d0

View file

@ -534,7 +534,7 @@ TARGET-SUBDIR is a directory relative to TARGET."
(file-name-as-directory
(expand-file-name file-name package-build-working-dir))))
(message (format "\n%s\n" file-name))
(message (format "\n;;; %s\n" file-name))
(let* ((version (pb/checkout name cfg pkg-cwd))
(files (pb/expand-config-file-list pkg-cwd cfg))
(default-directory package-build-working-dir))