diff options
| author | Michael Olson | 2008-02-22 01:15:42 +0000 |
|---|---|---|
| committer | Michael Olson | 2008-02-22 01:15:42 +0000 |
| commit | 70ef6fdd86a2d7e7bbf82521621b7972cd69f3ca (patch) | |
| tree | f16d2bb59c61055398225300383819a57b213cb5 | |
| parent | 00c03cbeba739009f524c4b93612b6489cadac7d (diff) | |
| download | emacs-70ef6fdd86a2d7e7bbf82521621b7972cd69f3ca.tar.gz emacs-70ef6fdd86a2d7e7bbf82521621b7972cd69f3ca.zip | |
Use new location for json.el in lisp/ChangeLog.
| -rw-r--r-- | lisp/ChangeLog | 2 |
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 | ||
| 28 | 2008-02-21 Michael Olson <mwolson@gnu.org> | 28 | 2008-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 | ||