/[emacs]/emacs/lisp/progmodes/etags.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/etags.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.162 by pot, Wed Mar 13 14:48:00 2002 UTC revision 1.163 by rms, Mon Mar 25 00:40:16 2002 UTC
# Line 1733  If you exit (\\[keyboard-quit], RET or q Line 1733  If you exit (\\[keyboard-quit], RET or q
1733  with the command \\[tags-loop-continue].  with the command \\[tags-loop-continue].
1734    
1735  See documentation of variable `tags-file-name'."  See documentation of variable `tags-file-name'."
1736    (interactive (query-replace-read-args "Tags query replace (regexp)" t))    (interactive (query-replace-read-args "Tags query replace (regexp)" t t))
1737    (setq tags-loop-scan `(let ,(unless (equal from (downcase from))    (setq tags-loop-scan `(let ,(unless (equal from (downcase from))
1738                                  '((case-fold-search nil)))                                  '((case-fold-search nil)))
1739                            (if (re-search-forward ',from nil t)                            (if (re-search-forward ',from nil t)

Legend:
Removed from v.1.162  
changed lines
  Added in v.1.163

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26