emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] fix/great-revert-bill 371fcd7 5/5: Revert "Fix minor probl


From: Phillip Lord
Subject: [Emacs-diffs] fix/great-revert-bill 371fcd7 5/5: Revert "Fix minor problems with loaddefs autogeneration"
Date: Mon, 6 Mar 2017 10:31:44 -0500 (EST)

branch: fix/great-revert-bill
commit 371fcd755bd96a62062bbc8bd623b05252cb1c62
Author: Phillip Lord <address@hidden>
Commit: Phillip Lord <address@hidden>

    Revert "Fix minor problems with loaddefs autogeneration"
    
    This reverts commit f2bd2c1e6476acc71e71f6cb2a1c56c5edd900ba.
---
 admin/ldefs-clean.el      | 7 ++-----
 lisp/ldefs-boot-manual.el | 3 ---
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/admin/ldefs-clean.el b/admin/ldefs-clean.el
index cce239c..94d83f3 100644
--- a/admin/ldefs-clean.el
+++ b/admin/ldefs-clean.el
@@ -58,9 +58,6 @@
 
 
 (defun ldefs-clean ()
-  ;; Remove CR characters produced on MS-DOS/MS-Windows systems.
-  (let ((coding-system-for-read 'utf-8-dos))
-    (find-file "../lisp/ldefs-boot-auto.temp"))
+  (find-file "../lisp/ldefs-boot-auto.temp")
   (ldefs-clean-up)
-  (let ((coding-system-for-write 'utf-8-unix))
-    (write-file "ldefs-boot-auto.el")))
+  (write-file "ldefs-boot-auto.el"))
diff --git a/lisp/ldefs-boot-manual.el b/lisp/ldefs-boot-manual.el
index 06b9738..2f6e3fd 100644
--- a/lisp/ldefs-boot-manual.el
+++ b/lisp/ldefs-boot-manual.el
@@ -16,9 +16,6 @@
 (autoload 'dos-convert-standard-filename "dos-fns.el" nil nil nil)
 (autoload 'w32-convert-standard-filename "w32-fns.el" nil nil nil)
 
-;; This is needed on MS-Windows only, and won't be in
-;; ldefs-boot-auto.el on other platforms.
-(autoload 'image-type "image" nil nil nil)
 
 (load "ldefs-boot-auto.el")
 



reply via email to

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