Better fix for compiler warning
commit4867305a823e50af918d6e16c7d8b1114a526214
authorStefan Monnier <monnier@IRO.UMontreal.CA>
Tue, 16 May 2017 12:48:33 +0000 (16 08:48 -0400)
committerJason Blevins <jrblevin@sdf.org>
Tue, 16 May 2017 13:04:29 +0000 (16 09:04 -0400)
tree8c2db324d599e125c47a5a69dcefd27a5f7f9c19
parentd07621b825d98db4518141da526174fc08f51b85
Better fix for compiler warning

Hi,

In mardown-mode you installed

    commit da6f82a260fd647031ddbe5f46fc2f15aa9fd33c
    Author: Jason Blevins <jrblevin@sdf.org>
    Date:   Mon May 15 21:41:47 2017 -0400

        Fix byte compiler warning

but I suggest you fix it by simply swapping the defalias and the if
instead.  This way the byte-compiler doesn't need to collect and compare
the set of definitions present in each branch of the `if` (which it
doesn't bother to do), and instead it immediately sees that
`markdown-directory-files-recursively` is always defined.

Here's a corresponding patch on top of the current head,

        Stefan
markdown-mode.el