*** empty log message ***
authorEric S. Raymond <esr@snark.thyrsus.com>
Wed, 15 Jul 1992 22:39:32 +0000 (22:39 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Wed, 15 Jul 1992 22:39:32 +0000 (22:39 +0000)
lisp/mail/rmailout.el
lisp/replace.el

index 00dca61..a9dc5e3 100644 (file)
@@ -1,5 +1,8 @@
 ;;; rmailout.el --- "RMAIL" mail reader for Emacs: output message to a file.
 
+;; Maintainer: FSF
+;; Last-Modified: 1 Mar 1991
+
 ;; Copyright (C) 1985, 1987 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -18,6 +21,7 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;;; Code:
 
 ;; Temporary until Emacs always has this variable.
 (defvar rmail-delete-after-output nil
index 3dc2329..89de9f7 100644 (file)
@@ -1,5 +1,8 @@
 ;;; replace.el --- replace commands for Emacs.
 
+;; Maintainer: FSF
+;; Last-Modified: 9 Jul 1992
+
 ;; Copyright (C) 1985, 86, 87, 88, 89, 90, 91, 92 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -18,6 +21,7 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;;; Code:
 
 (defconst case-replace t "\
 *Non-nil means query-replace should preserve case in replacements.")