diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-10-17 15:12:53 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-10-17 15:12:53 +0000 |
commit | 943756ea6892039d9611646cfbb4888ebebd970d (patch) | |
tree | aceb393a1bcce3587b156e5701f352a85cb6a78d /admin | |
parent | 2504022a915fcecc71d08a5312af0c414b4c97cb (diff) | |
download | emacs-943756ea6892039d9611646cfbb4888ebebd970d.tar.gz |
Doc fix.
Diffstat (limited to 'admin')
-rw-r--r-- | admin/ChangeLog | 16 | ||||
-rwxr-xr-x | admin/make-emacs | 2 |
2 files changed, 11 insertions, 7 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 10cec99a09b..e73eb21327c 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,3 +1,7 @@ +2007-10-17 Juanma Barranquero <lekktu@gmail.com> + + * make-emacs: Doc fix. + 2007-08-28 Glenn Morris <rgm@gnu.org> * admin.el: Provide self. @@ -167,7 +171,7 @@ 2005-10-17 Bill Wohler <wohler@newt.com> * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list - since it's gone. Also marked mh-e as done. + since it's gone. Also marked mh-e as done. 2005-10-11 Juanma Barranquero <lekktu@gmail.com> @@ -213,11 +217,11 @@ 2005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org> - * FOR-RELEASE (Documentation): Added check the Emacs Tutorial. The - first line of every tutorial must begin with a sentence saying - "Emacs Tutorial" in the respective language. This should be - followed by "See end for copying conditions", likewise in the - respective language. + * FOR-RELEASE (Documentation): Added check the Emacs Tutorial. + The first line of every tutorial must begin with a sentence saying + "Emacs Tutorial" in the respective language. This should be + followed by "See end for copying conditions", likewise in the + respective language. 2005-03-29 Luc Teirlinck <teirllm@auburn.edu> diff --git a/admin/make-emacs b/admin/make-emacs index 23b4e1c6374..94bf2092a8b 100755 --- a/admin/make-emacs +++ b/admin/make-emacs @@ -68,7 +68,7 @@ Build Emacs. --help show this help --all make clean versionclean first --boot make boostrap, log to boot.log - --enable-checking ENABLE_CHECKING=1 (implies Lisp union type) + --enable-checking ENABLE_CHECKING=1 --no-warn disable warnings --check-marked GC_CHECK_MARKED_OBJECTS=1 --optim no debug defines |