(tags-query-replace): Put new parameters

START and END at the end, for backward compatibility.
This commit is contained in:
Andreas Schwab 2000-06-19 09:00:18 +00:00
parent ebdb31e4f2
commit 6922f20874
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2000-06-19 Andreas Schwab <schwab@suse.de>
* progmodes/etags.el (tags-query-replace): Put new parameters
START and END at the end, for backward compatibility.
2000-06-19 Kenichi Handa <handa@etl.go.jp>
* international/codepage.el:

View file

@ -1628,7 +1628,7 @@ See documentation of variable `tags-file-name'."
(tags-loop-continue (or file-list-form t))))
;;;###autoload
(defun tags-query-replace (from to &optional delimited start end file-list-form)
(defun tags-query-replace (from to &optional delimited file-list-form start end)
"Query-replace-regexp FROM with TO through all files listed in tags table.
Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
If you exit (\\[keyboard-quit] or ESC), you can resume the query-replace