# HG changeset patch # User Andreas Schwab # Date 961405159 0 # Node ID 8b7b0c7c65dbf5812fce7e4153dfccbc0c543a70 # Parent bf15c290522e7cdcf6cb87242d985ae6a97d2120 (tags-query-replace): Put new parameters START and END at the end, for backward compatibility. diff -r bf15c290522e -r 8b7b0c7c65db lisp/progmodes/etags.el --- a/lisp/progmodes/etags.el Mon Jun 19 07:42:41 2000 +0000 +++ b/lisp/progmodes/etags.el Mon Jun 19 08:59:19 2000 +0000 @@ -1628,7 +1628,7 @@ (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