diff lisp/replace.el @ 788:c8d4eb38ebfc

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Wed, 15 Jul 1992 22:39:32 +0000
parents a8d94735277e
children 71d052f72ac1
line wrap: on
line diff
--- a/lisp/replace.el	Wed Jul 15 21:31:44 1992 +0000
+++ b/lisp/replace.el	Wed Jul 15 22:39:32 1992 +0000
@@ -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.")