diff options
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/emacs-lisp/autoload.el | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f5b00ded93d..135f01d6268 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/autoload.el (autoload-make-program): Remove, unused. | ||
| 4 | |||
| 3 | * international/quail.el: Use dolist and simplify. | 5 | * international/quail.el: Use dolist and simplify. |
| 4 | (quail-define-package, quail-update-keyboard-layout) | 6 | (quail-define-package, quail-update-keyboard-layout) |
| 5 | (quail-define-rules): Use dolist. | 7 | (quail-define-rules): Use dolist. |
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index 5af666b9ded..921b08b10a8 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el | |||
| @@ -762,9 +762,6 @@ write its autoloads into the specified file instead." | |||
| 762 | (define-obsolete-function-alias 'update-autoloads-from-directories | 762 | (define-obsolete-function-alias 'update-autoloads-from-directories |
| 763 | 'update-directory-autoloads "22.1") | 763 | 'update-directory-autoloads "22.1") |
| 764 | 764 | ||
| 765 | (defvar autoload-make-program (or (getenv "MAKE") "make") | ||
| 766 | "Name of the make program in use during the Emacs build process.") | ||
| 767 | |||
| 768 | ;;;###autoload | 765 | ;;;###autoload |
| 769 | (defun batch-update-autoloads () | 766 | (defun batch-update-autoloads () |
| 770 | "Update loaddefs.el autoloads in batch mode. | 767 | "Update loaddefs.el autoloads in batch mode. |