diff options
author | Noam Postavsky <npostavs@gmail.com> | 2016-05-26 15:09:46 -0400 |
---|---|---|
committer | Noam Postavsky <npostavs@gmail.com> | 2016-10-31 08:49:21 -0400 |
commit | 65c7b42a14c5ad42d4b6c6e6547c793e0ccbfe80 (patch) | |
tree | 5861ba48c09682026cd5e0b6739652bb3bd61c87 /lisp/use-package/bind-key.el | |
parent | fc57b342991b94640d5ff565a47b5603adec0a6f (diff) | |
download | emacs-65c7b42a14c5ad42d4b6c6e6547c793e0ccbfe80.tar.gz emacs-65c7b42a14c5ad42d4b6c6e6547c793e0ccbfe80.tar.bz2 emacs-65c7b42a14c5ad42d4b6c6e6547c793e0ccbfe80.zip |
Don't allow nil as a mode function
This means (use-package foopkg :mode (".foo")) will add (".foo"
. foopkg) into auto-mode-alist instead of the broken (".foo" . nil),
this is more consistent with the behaviour of (use-package foopkg
:mode (".foo" ".bar")).
Diffstat (limited to 'lisp/use-package/bind-key.el')
0 files changed, 0 insertions, 0 deletions