aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-04-12 19:47:13 -0400
committerGlenn Morris2012-04-12 19:47:13 -0400
commit82f289a4efd29a38d6fa185dffa95663a432bf56 (patch)
tree83028045cdf6d26b0e0e05c36f4b8b98426f6be2
parentd333dc4c9619d594654427180776a59c766ff853 (diff)
downloademacs-82f289a4efd29a38d6fa185dffa95663a432bf56.tar.gz
emacs-82f289a4efd29a38d6fa185dffa95663a432bf56.zip
Obsolete lisp/mail/mailpost.el
-rw-r--r--etc/NEWS4
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/obsolete/mailpost.el (renamed from lisp/mail/mailpost.el)1
3 files changed, 8 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 31201b3135a..e2013cdb16f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -43,7 +43,9 @@ been adding them there, put them somewhere else, eg site-lisp.
43** erc will look up server/channel names via auth-source and use the 43** erc will look up server/channel names via auth-source and use the
44 channel keys found, if any. 44 channel keys found, if any.
45 45
46** Obsolete modes 46** Obsolete packages:
47
48*** mailpost.el
47 49
48*** mouse-sel.el 50*** mouse-sel.el
49 51
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index adddc5cd1f0..35caa29f7e1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12012-04-12 Glenn Morris <rgm@gnu.org>
2
3 * mail/mailpost.el: Move to obsolete/.
4
12012-04-12 Drew Adams <drew.adams@oracle.com> 52012-04-12 Drew Adams <drew.adams@oracle.com>
2 6
3 * imenu.el (imenu--generic-function): Ignore invisible definitions 7 * imenu.el (imenu--generic-function): Ignore invisible definitions
diff --git a/lisp/mail/mailpost.el b/lisp/obsolete/mailpost.el
index 7c4bea830d8..158523e8ef2 100644
--- a/lisp/mail/mailpost.el
+++ b/lisp/obsolete/mailpost.el
@@ -9,6 +9,7 @@
9;; Maintainer: FSF 9;; Maintainer: FSF
10;; Created: 13 Jan 1986 10;; Created: 13 Jan 1986
11;; Keywords: mail 11;; Keywords: mail
12;; Obsolete-since: 24.2
12 13
13;;; Commentary: 14;;; Commentary:
14 15