Improvements to emacs packages for llvm and tablegen mode.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 7 Jan 2015 15:52:51 +0000 (15:52 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 7 Jan 2015 15:52:51 +0000 (15:52 +0000)
commit1763c0ad7f5cfb773213c39261f5664683219c3e
treeea19d8bdd21fadf522238702bf5c11c2be89eddb
parent92512386a2abc3cb2b29ed6145b1c7dbab84fe0f
Improvements to emacs packages for llvm and tablegen mode.

* 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 by Wilfred Hughes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225356 91177308-0d34-0410-b5e6-96231b3b80d8
utils/emacs/llvm-mode.el
utils/emacs/tablegen-mode.el