1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-12 18:55:13 -08:00
No description
Find a file
John Wiegley f637380fed 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.
2015-03-15 02:22:17 -05:00
lisp/use-package Add :preface, occurring before everything except :disabled 2015-03-15 02:22:17 -05:00
test/lisp/use-package Move tests to separate file 2014-02-12 22:30:12 +01:00