diff options
author | Kim F. Storm <storm@cua.dk> | 2005-02-09 15:50:47 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2005-02-09 15:50:47 +0000 |
commit | 04828988e818d3ce89b48ab98b96a26de66ba532 (patch) | |
tree | 0a2a2f0bd4fa411c083ca84d232c5973f79fb1d6 /lisp/replace.el | |
parent | 1e0ffa076254126fa3a6edd422c32161a19484de (diff) | |
download | emacs-04828988e818d3ce89b48ab98b96a26de66ba532.tar.gz |
Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r-- | lisp/replace.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 82b2a993fdb..42480b656d6 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -62,7 +62,7 @@ strings or patterns." "*Non-nil means `query-replace' and friends ignore read-only matches." :type 'boolean :group 'matching - :version "21.4") + :version "22.1") (defcustom query-replace-highlight t "*Non-nil means to highlight matches during query replacement." @@ -77,13 +77,13 @@ is highlighted lazily using isearch lazy highlighting (see :type 'boolean :group 'lazy-highlight :group 'matching - :version "21.4") + :version "22.1") (defface query-replace '((t (:inherit isearch))) "Face for highlighting query replacement matches." :group 'matching - :version "21.4") + :version "22.1") (defun query-replace-descr (string) (mapconcat 'isearch-text-char-description string "")) @@ -789,7 +789,7 @@ Compatibility function for \\[next-error] invocations." (t :background "gray")) "Face used to highlight matches permanently." :group 'matching - :version "21.4") + :version "22.1") (defcustom list-matching-lines-default-context-lines 0 "*Default number of context lines included around `list-matching-lines' matches. |