From: Andreas Schwab Date: Mon, 19 Jun 2000 09:00:18 +0000 (+0000) Subject: (tags-query-replace): Put new parameters X-Git-Tag: emacs-pretest-21.0.90~3252 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6922f2087493b09b57797124f08f6a8ae9679232;p=emacs.git (tags-query-replace): Put new parameters START and END at the end, for backward compatibility. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 247d89ba874..e001ecc3935 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2000-06-19 Andreas Schwab + + * progmodes/etags.el (tags-query-replace): Put new parameters + START and END at the end, for backward compatibility. + 2000-06-19 Kenichi Handa * international/codepage.el: diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 154217b6e8e..ecba11bb3e8 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.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