diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ldefs-boot-manual.el | 3 |
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 | ||