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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/etags.el
Date: Sun, 24 Mar 2002 19:40:16 -0500

Index: emacs/lisp/progmodes/etags.el
diff -c emacs/lisp/progmodes/etags.el:1.162 emacs/lisp/progmodes/etags.el:1.163
*** emacs/lisp/progmodes/etags.el:1.162 Wed Mar 13 09:48:00 2002
--- emacs/lisp/progmodes/etags.el       Sun Mar 24 19:40:16 2002
***************
*** 1733,1739 ****
  with the command \\[tags-loop-continue].
  
  See documentation of variable `tags-file-name'."
!   (interactive (query-replace-read-args "Tags query replace (regexp)" t))
    (setq tags-loop-scan `(let ,(unless (equal from (downcase from))
                                '((case-fold-search nil)))
                          (if (re-search-forward ',from nil t)
--- 1733,1739 ----
  with the command \\[tags-loop-continue].
  
  See documentation of 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)))
                          (if (re-search-forward ',from nil t)



reply via email to

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