diff lisp/mail/mailabbrev.el @ 791:203c23c9f22c

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Thu, 16 Jul 1992 04:23:17 +0000
parents 950a63133bc4
children e694e0879463
line wrap: on
line diff
--- a/lisp/mail/mailabbrev.el	Thu Jul 16 04:00:03 1992 +0000
+++ b/lisp/mail/mailabbrev.el	Thu Jul 16 04:23:17 1992 +0000
@@ -1,9 +1,12 @@
+;;; mailabbrev.el --- abbrev-expansion of mail aliases.
+
+;; Author: Jamie Zawinski <jwz@lucid.com>
+;;	Roland McGrath <roland@gnu.ai.mit.edu>
+;; Created: 19 Oct 90
+;; Last-Modified: 13 Jun 92
+
 ;;; ??? We must get papers for this or delete it.
-;;; Abbrev-expansion of mail aliases.
 ;;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc.
-;;; Created: 19 oct 90, Jamie Zawinski <jwz@lucid.com>
-;;; Modified: 5 apr 92, Roland McGrath <roland@gnu.ai.mit.edu>
-;;; Last change 13-jun-92. jwz
 
 ;;; This file is part of GNU Emacs.
 
@@ -21,6 +24,8 @@
 ;;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;;; Commentary:
+
 ;;; This file ensures that, when the point is in a To:, CC:, BCC:, or From: 
 ;;; field, word-abbrevs are defined for each of your mail aliases.  These
 ;;; aliases will be defined from your .mailrc file (or the file specified by
@@ -140,6 +145,8 @@
 ;;;    -  Remove the autoload of build-mail-aliases from the file sendmail.el;
 ;;;    -  Add an autoload of define-mail-alias to loaddefs.el.
 
+;;; Code:
+
 (require 'sendmail)
 
 (defvar mail-abbrev-mailrc-file nil