aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-13 18:45:28 -0700
committerPaul Eggert2011-04-13 18:45:28 -0700
commitfa5fb2bc3565eee70d989b24537080fbb1929006 (patch)
tree231aa984fef48b5abf99168871acb5c8ca5388f4 /src/ChangeLog
parent1e3890d19599e8c4736e74a11f95b70b6f11f72b (diff)
downloademacs-fa5fb2bc3565eee70d989b24537080fbb1929006.tar.gz
emacs-fa5fb2bc3565eee70d989b24537080fbb1929006.zip
* lisp.h (verify_bytepos, count_markers): Mark as externally visible.
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 77c32b6a206..cc73d0b4a49 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-04-14 Paul Eggert <eggert@cs.ucla.edu> 12011-04-14 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * lisp.h (verify_bytepos, count_markers): Mark as externally visible.
4
3 * lread.c: Make symbols static if they're not exported. 5 * lread.c: Make symbols static if they're not exported.
4 (read_objects, initial_obarray, oblookup_last_bucket_number): 6 (read_objects, initial_obarray, oblookup_last_bucket_number):
5 Now static. 7 Now static.