diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-12-16 01:33:54 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-12-16 01:33:54 +0000 |
commit | 042eda8de78ed670f9ad300d3c0effa4f9780eaa (patch) | |
tree | d6c1746a49acf1c66accb8fba835cafc0fd2b923 /lisp/replace.el | |
parent | 07471e2029c1acac416d6eef94882a132be5c1a2 (diff) | |
download | emacs-042eda8de78ed670f9ad300d3c0effa4f9780eaa.tar.gz |
Change some defconsts to defvars.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r-- | lisp/replace.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 0991c41ab52..a3dc1b51d6a 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -26,7 +26,7 @@ ;;; Code: -(defconst case-replace t "\ +(defvar case-replace t "\ *Non-nil means query-replace should preserve case in replacements.") (defvar query-replace-history nil) |