[LLVMdev] [PATCH] Fix Emacs package formatting

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Jan 6 08:22:05 PST 2015


LGTM, thanks!

On 4 January 2015 at 19:08, Wilfred Hughes <me at wilfred.me.uk> wrote:
> Hi
>
> I'd like users to be able to install the LLVM major modes from
> MELPA[1], the most popular Emacs package repository. However, these
> files are not well-formed packages.
>
> I've made the following changes:
>
> * Both files have valid package headers and footers (you can verify
> with M-x checkdoc).
> * Fixed style warnings generated by checkdoc.
> * Fixed a byte-compiler warning in llvm-mode.el.
> * Ensure that the modes are autoloaded, so users do not need to
> (require 'llvm-mode) to use them.
>
> Patch attached, let me know what you think.
>
> Thanks
> Wilfred
>
> [1] http://melpa.org/
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>



More information about the llvm-dev mailing list