]> git.eshelyaron.com Git - emacs.git/commitdiff
Add :pre-load to use-package-keywords
authorTing-Yu Lin <aethanyc@gmail.com>
Fri, 25 Oct 2013 16:09:20 +0000 (00:09 +0800)
committerTing-Yu Lin <aethanyc@gmail.com>
Fri, 25 Oct 2013 16:11:31 +0000 (00:11 +0800)
The :pre-load keyword cannot be used unless it is in
`use-package-keywords' list.

lisp/use-package/use-package.el

index 316e37ee33096832dfde150340625f6d46dfffcb..704b0815238af632823c1296830a54e534930ec4 100644 (file)
      :load-path
      :mode
      :pre-init
+     :pre-load
      :requires
   )
   "Keywords recognized by `use-package'.")