Merge pull request #1284 from rejeep/load-no-message

Load json-fix without message.
This commit is contained in:
Steve Purcell 2013-12-28 03:10:54 -08:00
commit 28de5c5c28

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)