changeset 42871:34e26a9a9ad7

(toplevel) Require `ibuf-ext', which is now compiled with `byte-compile-dynamic'.
author Colin Walters <walters@gnu.org>
date Mon, 21 Jan 2002 03:11:40 +0000
parents 2089c8883c1e
children f6d90ceb0815
files lisp/ibuffer.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ibuffer.el	Mon Jan 21 01:51:27 2002 +0000
+++ b/lisp/ibuffer.el	Mon Jan 21 03:11:40 2002 +0000
@@ -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)