diff lisp/progmodes/gud.el @ 90600:84dd84b43e1b

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 423-426) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 131-133) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-109
author Miles Bader <miles@gnu.org>
date Wed, 06 Sep 2006 07:30:39 +0000
parents 7f3f771c85fa eea30f9dbecd
children f1d13e615070
line wrap: on
line diff
--- a/lisp/progmodes/gud.el	Tue Sep 05 02:54:22 2006 +0000
+++ b/lisp/progmodes/gud.el	Wed Sep 06 07:30:39 2006 +0000
@@ -456,8 +456,8 @@
 	  (while var-list
 	    (let* (char (depth 0) (start 0) (var (car var-list))
 			(varnum (car var)) (expr (nth 1 var))
-			(type (nth 3 var)) (value (nth 4 var))
-			(status (nth 5 var)))
+			(type (if (nth 3 var) (nth 3 var) " "))
+			(value (nth 4 var)) (status (nth 5 var)))
 	      (put-text-property
 	       0 (length expr) 'face font-lock-variable-name-face expr)
 	      (put-text-property