Load json-fix without message.

This commit is contained in:
Johan Andersson 2013-12-28 09:50:35 +01:00
parent 2bd48c8791
commit 78638dd0f2

View file

@ -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)