]> git.eshelyaron.com Git - emacs.git/commit
Add :preface, occurring before everything except :disabled
authorJohn Wiegley <johnw@newartisans.com>
Sun, 15 Mar 2015 07:22:17 +0000 (02:22 -0500)
committerJohn Wiegley <johnw@newartisans.com>
Sun, 15 Mar 2015 07:22:17 +0000 (02:22 -0500)
commitf637380fed23637dca2fe3bfe75cd629c2b0d0b9
tree72be98d2816dd946f577cd7f5f0bf6332b674524
parentb4a00d2eb56abf89dc076dc92d9f14cca6972fd1
Add :preface, occurring before everything except :disabled

This can be used to establish function and variable definitions that
will 1) make the byte-compiler happy (it won't complain about functions
whose definitions are unknown because you have them within a guard
block), and 2) allow you to define code that can be used in an `:if`
test.
lisp/use-package/use-package.el