From 362b0a59979f1c4c938c0e636e8b29db28233ff9 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 21 Jan 2002 03:16:33 +0000 Subject: [PATCH] (toplevel) Require `ibuf-ext', which is now compiled with `byte-compile-dynamic'. --- lisp/ChangeLog | 6 ++++++ lisp/ibuffer.el | 3 +++ 2 files changed, 9 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index da970df13c0..0547c75c8c5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2002-01-20 Colin Walters + + * 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,Bm(Bk * tempo.el (tempo-define-template): Doc fix. diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el index 98e618d5e97..1cc9f4f0ebe 100644 --- a/lisp/ibuffer.el +++ b/lisp/ibuffer.el @@ -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) -- 2.39.2