diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ldefs-boot-manual.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/ldefs-boot-manual.el b/lisp/ldefs-boot-manual.el index 06b9738d5ee..2f6e3fd2094 100644 --- a/lisp/ldefs-boot-manual.el +++ b/lisp/ldefs-boot-manual.el | |||
| @@ -16,9 +16,6 @@ | |||
| 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) | ||
| 22 | 19 | ||
| 23 | (load "ldefs-boot-auto.el") | 20 | (load "ldefs-boot-auto.el") |
| 24 | 21 | ||