]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix bootstrap issue with dired-loaddefs
authorPhillip Lord <phillip.lord@russet.org.uk>
Fri, 18 Dec 2015 21:19:35 +0000 (21:19 +0000)
committerPhillip Lord <phillip.lord@russet.org.uk>
Fri, 18 Dec 2015 21:19:35 +0000 (21:19 +0000)
* lisp/dired.el: Autoloads for secondary files loaded optionally.

lisp/dired.el

index a821df18d7147139f3d1bf424ec5f25e9051d261..ab6a820c29ef2370f27f40f37e8dffef807f8ff1 100644 (file)
@@ -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))