]> code.delx.au - gnu-emacs/commitdiff
(toplevel) Require `ibuf-ext', which is now compiled with
authorColin Walters <walters@gnu.org>
Mon, 21 Jan 2002 03:16:33 +0000 (03:16 +0000)
committerColin Walters <walters@gnu.org>
Mon, 21 Jan 2002 03:16:33 +0000 (03:16 +0000)
`byte-compile-dynamic'.

lisp/ChangeLog
lisp/ibuffer.el

index da970df13c076225a176e18bf3cd6693ea2781c8..0547c75c8c5cfe03102217a3e666aea589453673 100644 (file)
@@ -1,3 +1,9 @@
+2002-01-20  Colin Walters  <walters@verbum.org>
+
+       * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
+       with `byte-compile-dynamic'.
+       (ibuffer-default-directory, toplevel): Doc files.
+
 2002-01-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * tempo.el (tempo-define-template): Doc fix.
index 98e618d5e979e72d810ead6e03f4510bc91a5293..1cc9f4f0ebe2198102da5020e672055b2d090370 100644 (file)
@@ -36,6 +36,9 @@
   (require 'ibuf-macs)
   (require 'dired))
 
+;; This is loaded lazily, via byte-compile-dynamic
+(require 'ibuf-ext)
+
 ;;; Compatibility
 (eval-and-compile
   (if (fboundp 'window-list)