emacs-diffs
[Top][All Lists]
Advanced

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

scratch/faster-loaddefs 5d825967f9 1/2: Remove w32 function not used


From: Lars Ingebrigtsen
Subject: scratch/faster-loaddefs 5d825967f9 1/2: Remove w32 function not used
Date: Mon, 30 May 2022 06:11:42 -0400 (EDT)

branch: scratch/faster-loaddefs
commit 5d825967f911a478a90a7b8fd6559b6f7e9a9b2d
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Remove w32 function not used
    
    * lisp/w32-fns.el (w32-batch-update-autoloads): Remove function
    not used.
---
 lisp/w32-fns.el | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el
index bdef0ae17c..85e37ec609 100644
--- a/lisp/w32-fns.el
+++ b/lisp/w32-fns.el
@@ -359,23 +359,6 @@ names."
 
 ;;;; Support for build process
 
-;; From autoload.el
-(defvar autoload-make-program)
-(defvar generated-autoload-file)
-
-(defun w32-batch-update-autoloads ()
-  "Like `batch-update-autoloads', but takes the name of the autoloads file
-from the command line.
-
-This is required because some Windows build environments, such as MSYS,
-munge command-line arguments that include file names to a horrible mess
-that Emacs is unable to cope with."
-  (let ((generated-autoload-file
-        (expand-file-name (pop command-line-args-left)))
-       ;; I can only assume the same considerations may apply here...
-       (autoload-make-program (pop command-line-args-left)))
-    (batch-update-autoloads)))
-
 (defun w32-append-code-lines (orig extra)
   "Append non-empty non-comment lines in the file EXTRA to the file ORIG.
 



reply via email to

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