diff options
| author | Stefan Monnier | 2000-06-20 22:49:34 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-06-20 22:49:34 +0000 |
| commit | d355bd8ae6a26c50277d2fb24aba38a0b657dcbb (patch) | |
| tree | 51434413c89c4309ea34de5fea6e92e7ba869d44 /src/ChangeLog | |
| parent | e6365855ebf0afae2ced986eb705aa515b62fa2a (diff) | |
| download | emacs-d355bd8ae6a26c50277d2fb24aba38a0b657dcbb.tar.gz emacs-d355bd8ae6a26c50277d2fb24aba38a0b657dcbb.zip | |
(scan_sexps_forward):
Check the comstyle of single-char comment-starters.
Clarify control-flow around the Scomment case.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d2fb087ce16..0947598060b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -5,11 +5,13 @@ | |||
| 5 | Check the comstyle of single-char comment-starters. | 5 | Check the comstyle of single-char comment-starters. |
| 6 | (scan_sexps_forward): Don't try to recognize `half comment-enders' if | 6 | (scan_sexps_forward): Don't try to recognize `half comment-enders' if |
| 7 | we're just at the beginning of the comment (f.ex with (*) ... (*)). | 7 | we're just at the beginning of the comment (f.ex with (*) ... (*)). |
| 8 | Check the comstyle of single-char comment-starters. | ||
| 9 | Clarify control-flow around the Scomment case. | ||
| 8 | 10 | ||
| 9 | 2000-06-20 Dave Love <fx@gnu.org> | 11 | 2000-06-20 Dave Love <fx@gnu.org> |
| 10 | 12 | ||
| 11 | * fns.c (make_hash_table, maybe_resize_hash_table): Cast arg of | 13 | * fns.c (make_hash_table, maybe_resize_hash_table): |
| 12 | next_almost_prime. | 14 | Cast arg of next_almost_prime. |
| 13 | 15 | ||
| 14 | * tparam.c [emacs]: Include lisp.h. | 16 | * tparam.c [emacs]: Include lisp.h. |
| 15 | 17 | ||
| @@ -60,8 +62,7 @@ | |||
| 60 | 62 | ||
| 61 | * m/ibmrt-aix.h: Don't declare HAVE_GETTIMEOFDAY, HAVE_VFORK. | 63 | * m/ibmrt-aix.h: Don't declare HAVE_GETTIMEOFDAY, HAVE_VFORK. |
| 62 | 64 | ||
| 63 | * m/ibmrs6000.h, m/ibmps2-aix.h, m/dpx2.h: Don't declare | 65 | * m/ibmrs6000.h, m/ibmps2-aix.h, m/dpx2.h: Don't declare HAVE_GETWD. |
| 64 | HAVE_GETWD. | ||
| 65 | 66 | ||
| 66 | * m/alpha.h: Don't declare xmalloc, xrealloc. | 67 | * m/alpha.h: Don't declare xmalloc, xrealloc. |
| 67 | 68 | ||