diff options
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/feedmail.el | 8 | ||||
-rw-r--r-- | lisp/mail/supercite.el | 7 |
2 files changed, 1 insertions, 14 deletions
diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el index af12417f706..989a8b3cd67 100644 --- a/lisp/mail/feedmail.el +++ b/lisp/mail/feedmail.el @@ -211,14 +211,6 @@ ;; ;;;;;;;; ;; -;; I think the LCD is no longer being updated, but if it were, this -;; would be a proper LCD record. There is an old version of -;; feedmail.el in the LCD archive. It works but is missing a lot of -;; features. -;; -;; LCD record: -;; feedmail|WJCarpenter|bill-feedmail@carpenter.ORG|Outbound mail queue handling|01-??-??|11-beta-??|feedmail.el -;; ;; Change log: ;; original, 31 March 1991 ;; patchlevel 1, 5 April 1991 diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el index f320246f2de..3f8a940382e 100644 --- a/lisp/mail/supercite.el +++ b/lisp/mail/supercite.el @@ -1,6 +1,6 @@ ;;; supercite.el --- minor mode for citing mail and news replies -*- lexical-binding: t; -*- -;; Copyright (C) 1993, 1997, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1993-2022 Free Software Foundation, Inc. ;; Author: 1993 Barry A. Warsaw <bwarsaw@python.org> ;; Maintainer: emacs-devel@gnu.org @@ -22,11 +22,6 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. -;; LCD Archive Entry -;; supercite|Barry A. Warsaw|supercite-help@python.org -;; |Mail and news reply citation package -;; |1993/09/22 18:58:46|3.1| - ;;; Commentary: ;;; Code: |