diff lisp/replace.el @ 264:7db4ff4204a5

*** empty log message ***
author Roland McGrath <roland@gnu.org>
date Sat, 11 May 1991 18:07:11 +0000
parents cbc9580b880f
children 2dd411fe2f72
line wrap: on
line diff
--- a/lisp/replace.el	Sat May 11 18:02:10 1991 +0000
+++ b/lisp/replace.el	Sat May 11 18:07:11 1991 +0000
@@ -1,5 +1,5 @@
 ;; Replace commands for Emacs.
-;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
+;; Copyright (C) 1985-1991 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
@@ -18,6 +18,9 @@
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
 
+;;;###autoload (defconst case-replace t "\
+;;;###autoload *Non-nil means query-replace should preserve case in replacements.")
+
 ;;;###autoload
 (defun query-replace (from-string to-string &optional arg)
   "Replace some occurrences of FROM-STRING with TO-STRING.