From: Phillip Lord Date: Fri, 18 Dec 2015 21:19:35 +0000 (+0000) Subject: Fix bootstrap issue with dired-loaddefs X-Git-Tag: emacs-26.0.90~2886 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=138480a97bfc1104143b5fc10dfc962b95b78ae8;p=emacs.git Fix bootstrap issue with dired-loaddefs * lisp/dired.el: Autoloads for secondary files loaded optionally. --- diff --git a/lisp/dired.el b/lisp/dired.el index a821df18d71..ab6a820c29e 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -33,7 +33,9 @@ ;; Finished up by rms in 1992. ;;; Code: -(require 'dired-loaddefs) + +;; When bootstrapping dired-loaddefs has not been generated. +(require 'dired-loaddefs nil t) (declare-function dired-buffer-more-recently-used-p "dired-x" (buffer1 buffer2))