diff options
| author | Dan Nicolaescu | 2009-08-26 19:57:44 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2009-08-26 19:57:44 +0000 |
| commit | 7b3a82d7e39fd42c1e1c096935758902fa48c2cb (patch) | |
| tree | dd1d6b6af7d46111f266ea5d7069d60a07fd0250 /src/ChangeLog | |
| parent | 3b64d86b56c392642f204efe4981fd8ec33e7f62 (diff) | |
| download | emacs-7b3a82d7e39fd42c1e1c096935758902fa48c2cb.tar.gz emacs-7b3a82d7e39fd42c1e1c096935758902fa48c2cb.zip | |
* lisp.h: Replace #if 0 code for checking with text pointing to
the --enable-checking configure flag.
* emacs.c (main): Mention the --enable-profiling configure flag
instead of using CFLAGS.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3377e833138..37f2566ffbe 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * lisp.h: Replace #if 0 code for checking with text pointing to | ||
| 4 | the --enable-checking configure flag. | ||
| 5 | |||
| 6 | * emacs.c (main): Mention the --enable-profiling configure flag | ||
| 7 | instead of using CFLAGS. | ||
| 8 | |||
| 1 | 2009-08-26 Ken Raeburn <raeburn@raeburn.org> | 9 | 2009-08-26 Ken Raeburn <raeburn@raeburn.org> |
| 2 | 10 | ||
| 3 | * Makefile.in (buildobj.h): New target. | 11 | * Makefile.in (buildobj.h): New target. |