mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-12 16:23:57 +00:00
(gud-gdb-marker-regexp): Allow for drive letter and colon.
This commit is contained in:
parent
9d702ce661
commit
15cf3eccb8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user