aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-14 18:33:14 -0700
committerPaul Eggert2011-03-14 18:33:14 -0700
commitb4c3046a733bd68d98a13b0de6bfd3423e4d09ea (patch)
tree0aa9527613515a2baa81a89f6c640bffd8196653 /src/ChangeLog
parentb45db52287c1a23b2c639f4843395e4b5a4dbe92 (diff)
downloademacs-b4c3046a733bd68d98a13b0de6bfd3423e4d09ea.tar.gz
emacs-b4c3046a733bd68d98a13b0de6bfd3423e4d09ea.zip
* marker.c (bytepos_to_charpos): Remove; unused.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
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 @@
12011-03-15 Paul Eggert <eggert@cs.ucla.edu> 12011-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