mirror of
https://github.com/correl/melpa.git
synced 2024-11-15 03:00:14 +00:00
princ should be message in update/checkout messages
This commit is contained in:
parent
b47382e904
commit
869f22f2be
1 changed files with 2 additions and 2 deletions
|
@ -217,10 +217,10 @@ rate limiting."
|
|||
str))
|
||||
|
||||
(defun pb/princ-exists (dir)
|
||||
(princ (format "updating %s\n" dir)))
|
||||
(message (format "updating %s\n" dir)))
|
||||
|
||||
(defun pb/princ-checkout (repo dir)
|
||||
(princ (format "cloning %s to %s\n" repo dir)))
|
||||
(message (format "cloning %s to %s\n" repo dir)))
|
||||
|
||||
(defun pb/checkout-svn (name config dir)
|
||||
"Check package NAME with config CONFIG out of svn into DIR."
|
||||
|
|
Loading…
Reference in a new issue