for gud-next, gud-nexti, gud-step and gud-stepi to prevent
file-name clashes on 8+3 DOS filesystems.
(gud-run . "gud-run")
(gud-until . "gud-until")
(gud-cont . "gud-cont")
- (gud-step . "gud-step")
- (gud-next . "gud-next")
+ ;; gud-s, gud-si etc. instead of gud-step,
+ ;; gud-stepi, to avoid file-name clashes on DOS
+ ;; 8+3 filesystems.
+ (gud-step . "gud-s")
+ (gud-next . "gud-n")
(gud-finish . "gud-finish")
- (gud-stepi . "gud-stepi")
- (gud-nexti . "gud-nexti")
+ (gud-stepi . "gud-si")
+ (gud-nexti . "gud-ni")
(gud-up . "gud-up")
(gud-down . "gud-down"))
map)