diff options
Diffstat (limited to 'lisp/dos-w32.el')
| -rw-r--r-- | lisp/dos-w32.el | 4 |
1 files changed, 0 insertions, 4 deletions
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 '( |
