emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ibuffer.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/ibuffer.el
Date: Mon, 21 Jan 2002 16:33:20 -0500

Index: emacs/lisp/ibuffer.el
diff -c emacs/lisp/ibuffer.el:1.4 emacs/lisp/ibuffer.el:1.5
*** emacs/lisp/ibuffer.el:1.4   Sun Jan 20 22:17:02 2002
--- emacs/lisp/ibuffer.el       Mon Jan 21 16:33:20 2002
***************
*** 36,44 ****
    (require 'ibuf-macs)
    (require 'dired))
  
- ;; This is loaded lazily, via byte-compile-dynamic
- (require 'ibuf-ext)
- 
  ;;; Compatibility
  (eval-and-compile
    (if (fboundp 'window-list)
--- 36,41 ----
***************
*** 1884,1889 ****
--- 1881,1891 ----
  Optional argument SHRINK means shrink the buffer to minimal size.  The
  special value `onewindow' means always use another window."
    (interactive "P")
+ 
+   ;; The individual functions are lazy-loaded, via byte-compile-dynamic,
+   ;; so we may as well load the file unconditionally now.
+   (require 'ibuf-ext)
+ 
    (when ibuffer-use-other-window
      (setq other-window-p (not other-window-p)))
    (let* ((buf (get-buffer-create (or name "*Ibuffer*")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]