summaryrefslogtreecommitdiff
path: root/lisp/ldefs-boot-manual.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ldefs-boot-manual.el')
-rw-r--r--lisp/ldefs-boot-manual.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ldefs-boot-manual.el b/lisp/ldefs-boot-manual.el
index 183703d25e8..2f6e3fd2094 100644
--- a/lisp/ldefs-boot-manual.el
+++ b/lisp/ldefs-boot-manual.el
@@ -10,6 +10,12 @@
;; during the byte-compile phase
(defvar electric-pair-text-pairs '((34 . 34)))
+;; These two autoloads are needed for files.el. They are only used on
+;; their respective platforms so do not get added to
+;; ldefs-boot-auto.el when it is generated on a different platform.
+(autoload 'dos-convert-standard-filename "dos-fns.el" nil nil nil)
+(autoload 'w32-convert-standard-filename "w32-fns.el" nil nil nil)
+
(load "ldefs-boot-auto.el")