]> code.delx.au - gnu-emacs/commit
* lisp/custom.el (custom-declare-variable): Shorten code again
authorArtur Malabarba <bruce.connor.am@gmail.com>
Sun, 25 Oct 2015 11:24:40 +0000 (11:24 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Sun, 25 Oct 2015 14:39:07 +0000 (14:39 +0000)
commit2a85bf6a8e27dafd1005505a43cf9c4aff0957ea
treef8727aebbb0548b0b0610e99e03eb1a0faf88553
parent551562513e304a38a0caa1b94d87cc39a1af7c18
* lisp/custom.el (custom-declare-variable): Shorten code again

Without using pcase this time.  We can't use pcase because it is loaded
after custom in loadup.el.  Also add a comment explaining this to future
dummies like me.
lisp/custom.el