From 15cf3eccb85035827ab12ee7875797c20d11fe2f Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Tue, 2 Sep 1997 19:39:35 +0000 Subject: [PATCH] (gud-gdb-marker-regexp): Allow for drive letter and colon. --- lisp/gud.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gud.el b/lisp/gud.el index 419ce21baea..12a96cfee1c 100644 --- a/lisp/gud.el +++ b/lisp/gud.el @@ -183,7 +183,7 @@ we're in the GUD buffer)." ;; 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 -- 2.39.2