aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olson2008-02-22 01:15:42 +0000
committerMichael Olson2008-02-22 01:15:42 +0000
commit70ef6fdd86a2d7e7bbf82521621b7972cd69f3ca (patch)
treef16d2bb59c61055398225300383819a57b213cb5
parent00c03cbeba739009f524c4b93612b6489cadac7d (diff)
downloademacs-70ef6fdd86a2d7e7bbf82521621b7972cd69f3ca.tar.gz
emacs-70ef6fdd86a2d7e7bbf82521621b7972cd69f3ca.zip
Use new location for json.el in lisp/ChangeLog.
-rw-r--r--lisp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bec4431dba0..1fef2f16102 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -27,7 +27,7 @@
27 27
282008-02-21 Michael Olson <mwolson@gnu.org> 282008-02-21 Michael Olson <mwolson@gnu.org>
29 29
30 * net/json.el: Install new file by Edward O'Connor. json.el is a 30 * json.el: Install new file by Edward O'Connor. json.el is a
31 JavaScript Object Notation parser / generator. Replace XEmacs 31 JavaScript Object Notation parser / generator. Replace XEmacs
32 compatibility code to get rid of compiler warnings. 32 compatibility code to get rid of compiler warnings.
33 33