aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorDan Nicolaescu1998-04-20 02:34:53 +0000
committerDan Nicolaescu1998-04-20 02:34:53 +0000
commitcd32a7baa4746f699fa4d945c1b1b9e50a9486da (patch)
treecabc0a074c3be5317cdcbed2883b3849e9ed241f /lisp/replace.el
parente8bcd26ec19d7631a21aa0fc07b4fd076eb91d55 (diff)
downloademacs-cd32a7baa4746f699fa4d945c1b1b9e50a9486da.tar.gz
emacs-cd32a7baa4746f699fa4d945c1b1b9e50a9486da.zip
*** empty log message ***
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index ebe3088c04e..07d5892e458 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -43,7 +43,8 @@ The value of this variable should be a symbol; that symbol
43is used as a variable to hold a history list for the strings 43is used as a variable to hold a history list for the strings
44or patterns to be replaced." 44or patterns to be replaced."
45 :group 'matching 45 :group 'matching
46 :type 'symbol) 46 :type 'symbol
47 :version "20.3")
47 48
48(defcustom query-replace-to-history-variable 'query-replace-history 49(defcustom query-replace-to-history-variable 'query-replace-history
49 "History list to use for the TO argument of query-replace commands. 50 "History list to use for the TO argument of query-replace commands.
@@ -51,7 +52,8 @@ The value of this variable should be a symbol; that symbol
51is used as a variable to hold a history list for replacement 52is used as a variable to hold a history list for replacement
52strings or patterns." 53strings or patterns."
53 :group 'matching 54 :group 'matching
54 :type 'symbol) 55 :type 'symbol
56 :version "20.3")
55 57
56(defun query-replace-read-args (string regexp-flag) 58(defun query-replace-read-args (string regexp-flag)
57 (let (from to) 59 (let (from to)