aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-07-29 08:50:04 -0700
committerDan Nicolaescu2010-07-29 08:50:04 -0700
commit26469a38e110614fd3ea603f0b6ee2ab6d27a3be (patch)
tree51e55466bdd4a5569410366c01b0d47d74254fa9 /src/ChangeLog
parentbace45fe155ea01bb387dac6316852bb9c1c5df4 (diff)
downloademacs-26469a38e110614fd3ea603f0b6ee2ab6d27a3be.tar.gz
emacs-26469a38e110614fd3ea603f0b6ee2ab6d27a3be.zip
Make lisp_time_argument work on all systems.
* src/lisp.h (lisp_time_argument): Move declaration ... * src/systime.h (lisp_time_argument): ... here * src/editfns.c (lisp_time_argument): Remove declaration. (Bug#6751)
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 83997354718..6dfd993ede4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2
3 Make lisp_time_argument declaration work on all systems.
4 * lisp.h (lisp_time_argument): Move declaration ...
5 * systime.h (lisp_time_argument): ... here
6 * editfns.c (lisp_time_argument): Remove declaration. (Bug#6751)
7
12010-07-29 Jan Djärv <jan.h.d@swipnet.se> 82010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2 9
3 * vm-limit.c (POINTER): Add typedef for it. 10 * vm-limit.c (POINTER): Add typedef for it.