diff options
| author | Stefan Monnier | 2012-12-04 12:04:01 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2012-12-04 12:04:01 -0500 |
| commit | 8515507f1f92ea0145f89b99449c85ba7056e829 (patch) | |
| tree | ea72ba6d9385fe1551b6eed1e3a3de4f6a33db69 | |
| parent | 61b835dfb993ed14222ad924e00634e909b3e565 (diff) | |
| download | emacs-8515507f1f92ea0145f89b99449c85ba7056e829.tar.gz emacs-8515507f1f92ea0145f89b99449c85ba7056e829.zip | |
* lisp/obsolete/terminal.el, lisp/obsolete/longlines.el: Add obsolecence info.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/obsolete/longlines.el | 1 | ||||
| -rw-r--r-- | lisp/obsolete/terminal.el | 15 |
3 files changed, 13 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1ff1491edf9..352e5a7e970 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info. | ||
| 4 | |||
| 1 | 2012-12-04 Michael Albinus <michael.albinus@gmx.de> | 5 | 2012-12-04 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 6 | ||
| 3 | * Makefile.in (TRAMP_SRC): | 7 | * Makefile.in (TRAMP_SRC): |
diff --git a/lisp/obsolete/longlines.el b/lisp/obsolete/longlines.el index d249eaa6583..1ae6d1a357e 100644 --- a/lisp/obsolete/longlines.el +++ b/lisp/obsolete/longlines.el | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | ;; Alex Schroeder <alex@gnu.org> | 6 | ;; Alex Schroeder <alex@gnu.org> |
| 7 | ;; Chong Yidong <cyd@stupidchicken.com> | 7 | ;; Chong Yidong <cyd@stupidchicken.com> |
| 8 | ;; Maintainer: Chong Yidong <cyd@stupidchicken.com> | 8 | ;; Maintainer: Chong Yidong <cyd@stupidchicken.com> |
| 9 | ;; Obsolete-since: 24.4 | ||
| 9 | ;; Keywords: convenience, wp | 10 | ;; Keywords: convenience, wp |
| 10 | 11 | ||
| 11 | ;; This file is part of GNU Emacs. | 12 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/obsolete/terminal.el b/lisp/obsolete/terminal.el index 7aaac26f1b0..5497a74b32f 100644 --- a/lisp/obsolete/terminal.el +++ b/lisp/obsolete/terminal.el | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | ;; Author: Richard Mlynarik <mly@eddie.mit.edu> | 6 | ;; Author: Richard Mlynarik <mly@eddie.mit.edu> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
| 8 | ;; Obsolete-since: 24.4 | ||
| 8 | ;; Keywords: comm, terminals | 9 | ;; Keywords: comm, terminals |
| 9 | 10 | ||
| 10 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| @@ -24,14 +25,14 @@ | |||
| 24 | 25 | ||
| 25 | ;;; Commentary: | 26 | ;;; Commentary: |
| 26 | 27 | ||
| 27 | ;;; This file has been censored by the Communications Decency Act. | 28 | ;; This file has been censored by the Communications Decency Act. |
| 28 | ;;; That law was passed under the guise of a ban on pornography, but | 29 | ;; That law was passed under the guise of a ban on pornography, but |
| 29 | ;;; it bans far more than that. This file did not contain pornography, | 30 | ;; it bans far more than that. This file did not contain pornography, |
| 30 | ;;; but it was censored nonetheless. | 31 | ;; but it was censored nonetheless. |
| 31 | 32 | ||
| 32 | ;;; For information on US government censorship of the Internet, and | 33 | ;; For information on US government censorship of the Internet, and |
| 33 | ;;; what you can do to bring back freedom of the press, see the web | 34 | ;; what you can do to bring back freedom of the press, see the web |
| 34 | ;;; site http://www.vtw.org/ | 35 | ;; site http://www.vtw.org/ |
| 35 | 36 | ||
| 36 | ;;; Code: | 37 | ;;; Code: |
| 37 | 38 | ||