changeset 29730:8b7b0c7c65db

(tags-query-replace): Put new parameters START and END at the end, for backward compatibility.
author Andreas Schwab <schwab@suse.de>
date Mon, 19 Jun 2000 08:59:19 +0000
parents bf15c290522e
children 8ca3c3db1482
files lisp/progmodes/etags.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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