Mercurial > emacs
changeset 788:c8d4eb38ebfc
*** empty log message ***
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Wed, 15 Jul 1992 22:39:32 +0000 |
parents | 3cece0106722 |
children | 71d052f72ac1 |
files | lisp/mail/rmailout.el lisp/replace.el |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmailout.el Wed Jul 15 21:31:44 1992 +0000 +++ b/lisp/mail/rmailout.el Wed Jul 15 22:39:32 1992 +0000 @@ -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
--- 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.")