1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-26 00:01:47 -07:00

(gud-gdb-marker-regexp): Allow for drive letter and colon.

This commit is contained in:
Geoff Voelker 1997-09-02 19:39:35 +00:00
parent 9d702ce661
commit 15cf3eccb8

View file

@ -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