Mercurial > emacs
changeset 20425:6bbf4a411f07
(gud-mips-p): Fix regexp so it will match alphaev56-* too.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sun, 07 Dec 1997 21:40:41 +0000 |
parents | bfc68d8546f3 |
children | f3debcf1d078 |
files | lisp/gud.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gud.el Fri Dec 05 21:28:00 1997 +0000 +++ b/lisp/gud.el Sun Dec 07 21:40:41 1997 +0000 @@ -577,7 +577,7 @@ (string-match "^mips-[^-]*-riscos" system-configuration) ;; It's documented on OSF/1.3 (string-match "^mips-[^-]*-osf1" system-configuration) - (string-match "^alpha-[^-]*-osf" system-configuration)) + (string-match "^alpha[^-]*-[^-]*-osf" system-configuration)) "Non-nil to assume the MIPS/OSF dbx conventions (argument `-emacs').") (defun gud-mipsdbx-massage-args (file args)