mirror of
https://github.com/correl/melpa.git
synced 2024-11-15 03:00:14 +00:00
Merge pull request #1284 from rejeep/load-no-message
Load json-fix without message.
This commit is contained in:
commit
28de5c5c28
1 changed files with 1 additions and 1 deletions
|
@ -1046,7 +1046,7 @@ Returns the archive entry for the package."
|
|||
|
||||
;; Utility functions
|
||||
(require 'json)
|
||||
(load (expand-file-name "json-fix" pb/this-dir))
|
||||
(load (expand-file-name "json-fix" pb/this-dir) nil 'nomessage)
|
||||
|
||||
(defun package-build-recipe-alist-as-json (fn)
|
||||
(interactive)
|
||||
|
|
Loading…
Reference in a new issue