1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00
emacs/lisp/use-package
Mike Appleby ef0cbfdc73 Ensure package-pinned-packages is bound before referencing it
Add a bound-and-true-p guard to package-pinned-packages before
referencing it in use-package-ensure-elpa.

Package pinning was introduced in Emacs 24.4, and hence
package-pinned-packages in unbound by default in earlier versions.

Relevant commits:
	 72452b5 Merge pull request https://github.com/jwiegley/use-package/issues/367 from ketbra/master
	 5053f75 Make pin and ensure compatible

Fixes https://github.com/jwiegley/use-package/issues/375

Copyright-paperwork-exempt: yes
2016-08-15 11:48:33 -05:00
..
bind-key.el :map no longer accepts lists; only eval-after-load if necessary 2016-02-27 00:48:29 -08:00
use-package.el Ensure package-pinned-packages is bound before referencing it 2016-08-15 11:48:33 -05:00