]> git.eshelyaron.com Git - emacs.git/commitdiff
(tags-query-replace): Put new parameters
authorAndreas Schwab <schwab@suse.de>
Mon, 19 Jun 2000 09:00:18 +0000 (09:00 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 19 Jun 2000 09:00:18 +0000 (09:00 +0000)
START and END at the end, for backward compatibility.

lisp/ChangeLog
lisp/progmodes/etags.el

index 247d89ba8747fc4f7fd4e59aaded831dff5a6b6f..e001ecc393579811bef4a66fb023b7d90c9e98f4 100644 (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:
index 154217b6e8e1c54ce8fdc0cc70bda418dc19fa70..ecba11bb3e86db3d513d8fb3276af32a7984a4ee 100644 (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