aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS2
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/obsolete/ledit.el (renamed from lisp/ledit.el)3
3 files changed, 8 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d03f4711360..df81e20ef1e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -296,6 +296,8 @@ inefficiency, and not namespace-clean.
296 296
297*** bruce.el 297*** bruce.el
298 298
299*** ledit.el
300
299*** mailpost.el 301*** mailpost.el
300 302
301*** mouse-sel.el 303*** mouse-sel.el
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fe4f4e4e449..281b857ba8b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12012-06-05 Glenn Morris <rgm@gnu.org>
2
3 * ledit.el: Move to obsolete/.
4
12012-06-05 Sam Steingold <sds@gnu.org> 52012-06-05 Sam Steingold <sds@gnu.org>
2 6
3 * calendar/calendar.el (calendar-exit): reinstate the 2012-03-28 7 * calendar/calendar.el (calendar-exit): reinstate the 2012-03-28
diff --git a/lisp/ledit.el b/lisp/obsolete/ledit.el
index d9a2b4c5c47..08e71aa5d2d 100644
--- a/lisp/ledit.el
+++ b/lisp/obsolete/ledit.el
@@ -4,6 +4,7 @@
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Keywords: languages 6;; Keywords: languages
7;; Obsolete-since: 24.2
7 8
8;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
9 10
@@ -22,7 +23,7 @@
22 23
23;;; Commentary: 24;;; Commentary:
24 25
25;; This is a major mode for editing Liszt. See etc/LEDIT for details. 26;; This is a major mode for editing Liszt.
26 27
27;;; Code: 28;;; Code:
28 29