START and END at the end, for backward compatibility.
+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:
(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