ibuffer generate autoloads to non-versioned file.

* lisp/Makefile.in: Add ibuffer-loaddefs to autogenel.
* lisp/ibuf-ext.el: Update file local.
* lisp/ibuffer.el: Remove autoloads and add a require.
* test/lisp/ibuffer-tests.el: Test that autoload is working.
This commit is contained in:
Phillip Lord 2015-12-16 23:08:17 +00:00
parent ef69697161
commit a014779ffa
4 changed files with 38 additions and 378 deletions

View file

@ -1598,7 +1598,7 @@ defaults to one."
(provide 'ibuf-ext)
;; Local Variables:
;; generated-autoload-file: "ibuffer.el"
;; generated-autoload-file: "ibuffer-loaddefs.el"
;; End:
;;; ibuf-ext.el ends here