mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 03:39:38 +00:00
* lisp/emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
This commit is contained in:
parent
599430d001
commit
2a718f6fbc
2 changed files with 2 additions and 3 deletions
|
@ -762,9 +762,6 @@ write its autoloads into the specified file instead."
|
|||
(define-obsolete-function-alias 'update-autoloads-from-directories
|
||||
'update-directory-autoloads "22.1")
|
||||
|
||||
(defvar autoload-make-program (or (getenv "MAKE") "make")
|
||||
"Name of the make program in use during the Emacs build process.")
|
||||
|
||||
;;;###autoload
|
||||
(defun batch-update-autoloads ()
|
||||
"Update loaddefs.el autoloads in batch mode.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue