* lisp/emacs-lisp/autoload.el (autoload-make-program): Remove, unused.

This commit is contained in:
Stefan Monnier 2012-04-10 16:15:08 -04:00
parent 599430d001
commit 2a718f6fbc
2 changed files with 2 additions and 3 deletions

View file

@ -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.