From e5e316b0b509db95795f1ed34e8a0308ab007590 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 8 Jun 2001 10:57:27 +0000 Subject: [PATCH] (grep-regexp-alist): Remove definition, since the general one on compile.el supports drive letters. --- lisp/ChangeLog | 16 ++++++++++------ lisp/dos-w32.el | 4 ---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a0c4429808f..909eb13d40c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,26 +1,30 @@ +2001-06-08 Eli Zaretskii + + * dos-w32.el (grep-regexp-alist): Remove definition, since the + general one on compile.el supports drive letters. 2001-06-08 Carsten Dominik * textmodes/reftex-ref.el (reftex-select-label-help): Added "z" - key description. + key description. * textmodes/reftex-sel.el (reftex-select-jump): New command. * textmodes/reftex-toc.el (reftex-toc-help): Added "z" key - description. + description. (reftex-toc-jump): New command. * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed - to parse international characters as well. + to parse international characters as well. * textmodes/reftex.el: Added autoloads for `reftex-varioref-vref', - `reftex-fancyref-fref', `reftex-fancyref-Fref' + `reftex-fancyref-fref', `reftex-fancyref-Fref'. * textmodes/reftex-vars.el: Protected single backslash in many - docstrings. + docstrings. * textmodes/reftex-dcr.el (reftex-view-crossref): added SPACE and - TAB to the key separaotrs. + TAB to the key separators. 2001-06-07 Eli Zaretskii diff --git a/lisp/dos-w32.el b/lisp/dos-w32.el index 18ae57e22a7..bedaa0b996c 100644 --- a/lisp/dos-w32.el +++ b/lisp/dos-w32.el @@ -38,10 +38,6 @@ ;; Set the null device (for compile.el). (setq null-device "NUL") -;; Set the grep regexp to match entries with drive letters. -(setq grep-regexp-alist - '(("^\\(\\([a-zA-Z]:\\)?[^:( \t\n]+\\)[:( \t]+\\([0-9]+\\)[:) \t]" 1 3))) - ;; For distinguishing file types based upon suffixes. (defvar file-name-buffer-file-type-alist '( -- 2.39.2