Mercurial > emacs
diff lisp/replace.el @ 21669:9861518505cb
*** empty log message ***
| author | Dan Nicolaescu <done@ece.arizona.edu> |
|---|---|
| date | Mon, 20 Apr 1998 02:34:53 +0000 |
| parents | e010f1191668 |
| children | 402ebb81ae84 |
line wrap: on
line diff
--- a/lisp/replace.el Mon Apr 20 02:33:48 1998 +0000 +++ b/lisp/replace.el Mon Apr 20 02:34:53 1998 +0000 @@ -43,7 +43,8 @@ is used as a variable to hold a history list for the strings or patterns to be replaced." :group 'matching - :type 'symbol) + :type 'symbol + :version "20.3") (defcustom query-replace-to-history-variable 'query-replace-history "History list to use for the TO argument of query-replace commands. @@ -51,7 +52,8 @@ is used as a variable to hold a history list for replacement strings or patterns." :group 'matching - :type 'symbol) + :type 'symbol + :version "20.3") (defun query-replace-read-args (string regexp-flag) (let (from to)
