Mercurial > emacs
changeset 19682:9bf29ac182b4
(gud-gdb-marker-regexp): Allow for drive letter and colon.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Tue, 02 Sep 1997 19:39:35 +0000 |
parents | 424f0b44e7a5 |
children | af32e336d12c |
files | lisp/gud.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gud.el Tue Sep 02 19:39:14 1997 +0000 +++ b/lisp/gud.el Tue Sep 02 19:39:35 1997 +0000 @@ -183,7 +183,7 @@ ;; This used to use path-separator instead of ":"; ;; however, we found that on both Windows 32 and MSDOS ;; a colon is correct here. - (concat "\032\032\\([^" ":" "\n]*\\)" ":" + (concat "\032\032\\(.:?[^" ":" "\n]*\\)" ":" "\\([0-9]*\\)" ":" ".*\n")) ;; There's no guarantee that Emacs will hand the filter the entire