aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii2017-03-04 13:23:52 +0200
committerEli Zaretskii2017-03-04 13:23:52 +0200
commitf2bd2c1e6476acc71e71f6cb2a1c56c5edd900ba (patch)
treecc3f78a2c9e4c0340482296e9426445aab79425e /lisp
parent43e792cd7f752cc0cff5845c5399cab1272670fa (diff)
downloademacs-f2bd2c1e6476acc71e71f6cb2a1c56c5edd900ba.tar.gz
emacs-f2bd2c1e6476acc71e71f6cb2a1c56c5edd900ba.zip
Fix minor problems with loaddefs autogeneration
* admin/ldefs-clean.el (ldefs-clean): Bind coding-system-for-read and coding-system-for-write, to produce a UTF-8 file with Unix EOLs on MS-Windows. * lisp/ldefs-boot-manual.el (image-type): Add autoload cookie.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ldefs-boot-manual.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ldefs-boot-manual.el b/lisp/ldefs-boot-manual.el
index 2f6e3fd2094..06b9738d5ee 100644
--- a/lisp/ldefs-boot-manual.el
+++ b/lisp/ldefs-boot-manual.el
@@ -16,6 +16,9 @@
16(autoload 'dos-convert-standard-filename "dos-fns.el" nil nil nil) 16(autoload 'dos-convert-standard-filename "dos-fns.el" nil nil nil)
17(autoload 'w32-convert-standard-filename "w32-fns.el" nil nil nil) 17(autoload 'w32-convert-standard-filename "w32-fns.el" nil nil nil)
18 18
19;; This is needed on MS-Windows only, and won't be in
20;; ldefs-boot-auto.el on other platforms.
21(autoload 'image-type "image" nil nil nil)
19 22
20(load "ldefs-boot-auto.el") 23(load "ldefs-boot-auto.el")
21 24