diff options
| author | Richard M. Stallman | 1996-12-16 01:33:54 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-12-16 01:33:54 +0000 |
| commit | 1781e0210be2b1e74a2ed7b619dc1d94cc6f51da (patch) | |
| tree | 4819980075ea310b353b9df603b8e5d78b3cb5c2 | |
| parent | d7fa5aa239688e198a88571183b218566ef0b90a (diff) | |
| download | emacs-1781e0210be2b1e74a2ed7b619dc1d94cc6f51da.tar.gz emacs-1781e0210be2b1e74a2ed7b619dc1d94cc6f51da.zip | |
Change some defconsts to defvars.
| -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 @@ | |||
| 26 | 26 | ||
| 27 | ;;; Code: | 27 | ;;; Code: |
| 28 | 28 | ||
| 29 | (defconst case-replace t "\ | 29 | (defvar case-replace t "\ |
| 30 | *Non-nil means query-replace should preserve case in replacements.") | 30 | *Non-nil means query-replace should preserve case in replacements.") |
| 31 | 31 | ||
| 32 | (defvar query-replace-history nil) | 32 | (defvar query-replace-history nil) |