diff options
| author | Paul Eggert | 2014-09-01 02:54:12 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-09-01 02:54:12 -0700 |
| commit | 177030baaa96009fdf8188d39e93a4e13bccb8ce (patch) | |
| tree | dac1489f8074bf9c60fa87891cd49fddbc3c22f0 /lib-src/ChangeLog | |
| parent | bc12381e609621f4f87a290a4b8abc9d826528df (diff) | |
| download | emacs-177030baaa96009fdf8188d39e93a4e13bccb8ce.tar.gz emacs-177030baaa96009fdf8188d39e93a4e13bccb8ce.zip | |
Fix typo in previous change's ChangeLog.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index b96fb192027..4ca0c7e5319 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | 2014-09-01 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-09-01 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | --enable-silent-warnings now suppresses more chatter. | 3 | --enable-silent-rules now suppresses more chatter. |
| 4 | * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_CC, am__v_CC_) | 4 | * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_CC, am__v_CC_) |
| 5 | (am__v_CC_0, am__v_CC_1, AM_V_CCLD, am__v_CCLD_, am__v_CCLD_0) | 5 | (am__v_CC_0, am__v_CC_1, AM_V_CCLD, am__v_CCLD_, am__v_CCLD_0) |
| 6 | (am__v_CCLD_1): New macros, taken from Automake. | 6 | (am__v_CCLD_1): New macros, taken from Automake. |