(tags-query-replace): Put new parameters
START and END at the end, for backward compatibility.
This commit is contained in:
parent
ebdb31e4f2
commit
6922f20874
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue