diff options
author | Phillip Lord <phillip.lord@russet.org.uk> | 2015-12-16 23:08:17 +0000 |
---|---|---|
committer | Phillip Lord <phillip.lord@russet.org.uk> | 2015-12-17 20:42:15 +0000 |
commit | a014779ffa16a0d5b03b808d73a9421777a05e5c (patch) | |
tree | 35e47ff3aa17671dbbc9374713b5329a8962c83a /lisp/Makefile.in | |
parent | ef69697161a6be69dde281c119d5024f1a9546e0 (diff) | |
download | emacs-a014779ffa16a0d5b03b808d73a9421777a05e5c.tar.gz |
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.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 1322722f432..c98b427d785 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -90,7 +90,8 @@ AUTOGENEL = loaddefs.el \ cedet/srecode/loaddefs.el \ org/org-loaddefs.el \ textmodes/reftex-loaddefs.el \ - mail/rmail-loaddefs.el + mail/rmail-loaddefs.el \ + ibuffer-loaddefs.el # Set load-prefer-newer for the benefit of the non-bootstrappers. BYTE_COMPILE_FLAGS = \ |