diff options
| author | Paul Eggert | 2013-11-16 19:58:30 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-11-16 19:58:30 -0800 |
| commit | 0f679e866c6aaf8cebd9291bd715bc99eea511ae (patch) | |
| tree | 6a2f01e960e6f8b985e738d2dc2d2b020e0ce003 /src/ChangeLog | |
| parent | 7e26a6c339371c348dfda84ea7314c2148572b09 (diff) | |
| download | emacs-0f679e866c6aaf8cebd9291bd715bc99eea511ae.tar.gz emacs-0f679e866c6aaf8cebd9291bd715bc99eea511ae.zip | |
* configure.ac (DEBUGGER_SEES_C_MACROS): Remove.
* src/lisp.h (DEBUGGER_SEES_C_MACROS): Likewise.
It apparently doesn't work for GCC 3, and I suppose it's more
trouble than it's worth to worry about this.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 60a965e0d2f..de4c1dc6531 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-11-17 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * lisp.h (DEBUGGER_SEES_C_MACROS): Remove. | ||
| 4 | |||
| 1 | 2013-11-16 Eli Zaretskii <eliz@gnu.org> | 5 | 2013-11-16 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * doc.c (Fsubstitute_command_keys): Inhibit modification hooks | 7 | * doc.c (Fsubstitute_command_keys): Inhibit modification hooks |