mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
use ;;;
to denote package name
This commit is contained in:
parent
65aaef511a
commit
2f7bfdd9d0
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue