mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-18 18:00:11 +00:00
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:
parent
ef69697161
commit
a014779ffa
4 changed files with 38 additions and 378 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue