diff options
| author | Glenn Morris | 2008-01-15 03:54:28 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-01-15 03:54:28 +0000 |
| commit | 9292328f935f06cdb014c572e9a7dd44875421a2 (patch) | |
| tree | 2677e56b8d2f1dc45dc03d2ba632e1ffc8db0a9c | |
| parent | 4d3629207c25c3b4b2794fa140a4b5b7d536291c (diff) | |
| download | emacs-9292328f935f06cdb014c572e9a7dd44875421a2.tar.gz emacs-9292328f935f06cdb014c572e9a7dd44875421a2.zip | |
Revert 2008-01-13 change: this is a generated file.
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/config.in | 7 |
3 files changed, 16 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1d444bad5ed..2c215d57da0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-01-15 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change. | ||
| 4 | |||
| 1 | 2008-01-14 Alan Mackenzie <acm@muc.de> | 5 | 2008-01-14 Alan Mackenzie <acm@muc.de> |
| 2 | 6 | ||
| 3 | * progmodes/cc-vars.el (c-constant-symbol): New function which | 7 | * progmodes/cc-vars.el (c-constant-symbol): New function which |
| @@ -8,7 +12,7 @@ | |||
| 8 | 12 | ||
| 9 | * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the | 13 | * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the |
| 10 | obscure non-working fragment ":value c-". | 14 | obscure non-working fragment ":value c-". |
| 11 | 15 | ||
| 12 | 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca> | 16 | 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca> |
| 13 | 17 | ||
| 14 | * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern. | 18 | * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern. |
diff --git a/src/ChangeLog b/src/ChangeLog index 24dcaf9d9b4..001819a32a8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-01-15 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * config.in: Revert 2008-01-13 change: this is a generated file. | ||
| 4 | |||
| 1 | 2008-01-13 Tom Tromey <tromey@redhat.com> | 5 | 2008-01-13 Tom Tromey <tromey@redhat.com> |
| 2 | 6 | ||
| 3 | * lisp.h: Fix typo. | 7 | * lisp.h: Fix typo. |
diff --git a/src/config.in b/src/config.in index 75a2058c41a..27f89c29b90 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -837,6 +837,13 @@ Boston, MA 02110-1301, USA. */ | |||
| 837 | /* Define to 1 if your <sys/time.h> declares `struct tm'. */ | 837 | /* Define to 1 if your <sys/time.h> declares `struct tm'. */ |
| 838 | #undef TM_IN_SYS_TIME | 838 | #undef TM_IN_SYS_TIME |
| 839 | 839 | ||
| 840 | /* Define to 1 for Encore UMAX. */ | ||
| 841 | #undef UMAX | ||
| 842 | |||
| 843 | /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of | ||
| 844 | <sys/cpustats.h>. */ | ||
| 845 | #undef UMAX4_3 | ||
| 846 | |||
| 840 | /* Define to the unexec source file name. */ | 847 | /* Define to the unexec source file name. */ |
| 841 | #undef UNEXEC_SRC | 848 | #undef UNEXEC_SRC |
| 842 | 849 | ||