aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorKim F. Storm2005-02-09 15:50:47 +0000
committerKim F. Storm2005-02-09 15:50:47 +0000
commitbf247b6ed0b5e96845e785302bdaa97fcf6a8b84 (patch)
tree3e5225520dfe10e9394f68088de2fe22027aa53f /lisp/replace.el
parent1de0ae85b33c8d8cb77ab839f66d2df4f9aa7b94 (diff)
downloademacs-bf247b6ed0b5e96845e785302bdaa97fcf6a8b84.tar.gz
emacs-bf247b6ed0b5e96845e785302bdaa97fcf6a8b84.zip
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.el8
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."
62 "*Non-nil means `query-replace' and friends ignore read-only matches." 62 "*Non-nil means `query-replace' and friends ignore read-only matches."
63 :type 'boolean 63 :type 'boolean
64 :group 'matching 64 :group 'matching
65 :version "21.4") 65 :version "22.1")
66 66
67(defcustom query-replace-highlight t 67(defcustom query-replace-highlight t
68 "*Non-nil means to highlight matches during query replacement." 68 "*Non-nil means to highlight matches during query replacement."
@@ -77,13 +77,13 @@ is highlighted lazily using isearch lazy highlighting (see
77 :type 'boolean 77 :type 'boolean
78 :group 'lazy-highlight 78 :group 'lazy-highlight
79 :group 'matching 79 :group 'matching
80 :version "21.4") 80 :version "22.1")
81 81
82(defface query-replace 82(defface query-replace
83 '((t (:inherit isearch))) 83 '((t (:inherit isearch)))
84 "Face for highlighting query replacement matches." 84 "Face for highlighting query replacement matches."
85 :group 'matching 85 :group 'matching
86 :version "21.4") 86 :version "22.1")
87 87
88(defun query-replace-descr (string) 88(defun query-replace-descr (string)
89 (mapconcat 'isearch-text-char-description string "")) 89 (mapconcat 'isearch-text-char-description string ""))
@@ -789,7 +789,7 @@ Compatibility function for \\[next-error] invocations."
789 (t :background "gray")) 789 (t :background "gray"))
790 "Face used to highlight matches permanently." 790 "Face used to highlight matches permanently."
791 :group 'matching 791 :group 'matching
792 :version "21.4") 792 :version "22.1")
793 793
794(defcustom list-matching-lines-default-context-lines 0 794(defcustom list-matching-lines-default-context-lines 0
795 "*Default number of context lines included around `list-matching-lines' matches. 795 "*Default number of context lines included around `list-matching-lines' matches.