summaryrefslogtreecommitdiff
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1991-05-11 18:07:11 +0000
committerRoland McGrath <roland@gnu.org>1991-05-11 18:07:11 +0000
commit5d156ff5e3b6ab297e9a6a92637f216d85f5f191 (patch)
treef9528b1afecca16ed5732ee9eeba4ef012f89790 /lisp/replace.el
parent822407d894ec3545f07eea21835d20d2d86ee805 (diff)
downloademacs-5d156ff5e3b6ab297e9a6a92637f216d85f5f191.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index b1aab56bbe9..c32abcefc06 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -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.