diff lisp/eterm/tgud.el @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents b82b59fe008d
children c0c698873ce1
line wrap: on
line diff
--- a/lisp/eterm/tgud.el	Mon Aug 13 09:00:04 2007 +0200
+++ b/lisp/eterm/tgud.el	Mon Aug 13 09:02:59 2007 +0200
@@ -285,7 +285,7 @@
 ;; output of GDB up to the next prompt and build the completion list.
 (defun tgud-gdb-complete-filter (string)
   (setq string (concat tgud-gdb-complete-string string))
-  (while (string-match "\r?\n" string)
+  (while (string-match "\n" string)
     (setq tgud-gdb-complete-list
 	  (cons (substring string tgud-gdb-complete-break (match-beginning 0))
 		tgud-gdb-complete-list))