diff options
| author | Paul Eggert | 2011-03-14 18:33:14 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-14 18:33:14 -0700 |
| commit | b4c3046a733bd68d98a13b0de6bfd3423e4d09ea (patch) | |
| tree | 0aa9527613515a2baa81a89f6c640bffd8196653 /src/ChangeLog | |
| parent | b45db52287c1a23b2c639f4843395e4b5a4dbe92 (diff) | |
| download | emacs-b4c3046a733bd68d98a13b0de6bfd3423e4d09ea.tar.gz emacs-b4c3046a733bd68d98a13b0de6bfd3423e4d09ea.zip | |
* marker.c (bytepos_to_charpos): Remove; unused.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c438f1fb41a..bcc1f156e62 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-03-15 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-03-15 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * marker.c (bytepos_to_charpos): Remove; unused. | ||
| 4 | |||
| 3 | * lisp.h (verify_bytepos, count_markers): New decls, | 5 | * lisp.h (verify_bytepos, count_markers): New decls, |
| 4 | so that gcc does not warn that these functions aren't declared. | 6 | so that gcc does not warn that these functions aren't declared. |
| 5 | 7 | ||