emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 138480a: Fix bootstrap issue with dired-loaddefs


From: Phillip Lord
Subject: [Emacs-diffs] master 138480a: Fix bootstrap issue with dired-loaddefs
Date: Fri, 18 Dec 2015 21:21:28 +0000

branch: master
commit 138480a97bfc1104143b5fc10dfc962b95b78ae8
Author: Phillip Lord <address@hidden>
Commit: Phillip Lord <address@hidden>

    Fix bootstrap issue with dired-loaddefs
    
    * lisp/dired.el: Autoloads for secondary files loaded optionally.
---
 lisp/dired.el |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/lisp/dired.el b/lisp/dired.el
index a821df1..ab6a820 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))



reply via email to

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