emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/etags.el, v [EMACS_22_BASE


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/etags.el, v [EMACS_22_BASE]
Date: Sat, 26 Jan 2008 17:53:18 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Eli Zaretskii <eliz>    08/01/26 17:53:18

Index: etags.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/etags.el,v
retrieving revision 1.194.2.5
retrieving revision 1.194.2.6
diff -u -b -r1.194.2.5 -r1.194.2.6
--- etags.el    7 Jan 2008 02:10:53 -0000       1.194.2.5
+++ etags.el    26 Jan 2008 17:53:18 -0000      1.194.2.6
@@ -1820,8 +1820,11 @@
 Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
 If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
 with the command \\[tags-loop-continue].
+Fourth arg FILE-LIST-FORM non-nil means initialize the replacement loop.
+Fifth and sixth arguments START and END are accepted, for compatibility
+with `query-replace-regexp', and ignored.
 
-See documentation of variable `tags-file-name'."
+See also documentation of the variable `tags-file-name'."
   (interactive (query-replace-read-args "Tags query replace (regexp)" t t))
   (setq tags-loop-scan `(let ,(unless (equal from (downcase from))
                                '((case-fold-search nil)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]