# HG changeset patch # User Colin Walters # Date 1011582700 0 # Node ID 34e26a9a9ad7d0dbb26859ef696a546475e0cca8 # Parent 2089c8883c1ec31efc6c3d7dbf4838fdc4e66326 (toplevel) Require `ibuf-ext', which is now compiled with `byte-compile-dynamic'. diff -r 2089c8883c1e -r 34e26a9a9ad7 lisp/ibuffer.el --- 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)