diff options
author | Jonas Bernoulli <jonas@bernoul.li> | 2014-09-07 14:43:56 +0200 |
---|---|---|
committer | Jonas Bernoulli <jonas@bernoul.li> | 2014-09-07 14:43:56 +0200 |
commit | 31bb0cde56785731398b59af5cb0b48b016fcd36 (patch) | |
tree | 9470865fd257d661b1466730d06826e1f82f56dd /lisp/use-package/bind-key.el | |
parent | 91953b08e0709af6623228dc489721d75c53d77a (diff) | |
download | emacs-31bb0cde56785731398b59af5cb0b48b016fcd36.tar.gz emacs-31bb0cde56785731398b59af5cb0b48b016fcd36.tar.bz2 emacs-31bb0cde56785731398b59af5cb0b48b016fcd36.zip |
assume the declare-function macro exists
Since `declare-function' was added in Emacs 23.1 (five years ago), we
don't need to assert that it is defined. If the assertion was without
any problems there would be no harm in keeping it, but unfortunately it
causes a compile warning. Because `declare-function' is a macro with
always expands to `nil' the value of (fboundp 'declare-function) ends
up being unused.
Diffstat (limited to 'lisp/use-package/bind-key.el')
0 files changed, 0 insertions, 0 deletions