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:
parent
9d702ce661
commit
15cf3eccb8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue