aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2006-12-08 09:29:17 +0000
committerNick Roberts2006-12-08 09:29:17 +0000
commit42fcd67ba26cbd378c337ae7662f7b4135278e0f (patch)
tree0ccd900ab3374cfcfbf754958ac9d189177228e8
parent1f29c85ca99c9f4c9afcd6def6864a075e542fe7 (diff)
downloademacs-42fcd67ba26cbd378c337ae7662f7b4135278e0f.tar.gz
emacs-42fcd67ba26cbd378c337ae7662f7b4135278e0f.zip
(gud-speedbar-buttons): Deal with references to pointers.
-rw-r--r--lisp/progmodes/gud.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el
index fc7c303c491..adc6cd5194d 100644
--- a/lisp/progmodes/gud.el
+++ b/lisp/progmodes/gud.el
@@ -486,7 +486,7 @@ required by the caller."
486 (car (nth 1 var-list)))) 486 (car (nth 1 var-list))))
487 (setq char ?-) 487 (setq char ?-)
488 (setq char ?+)) 488 (setq char ?+))
489 (if (string-match "\\*$" type) 489 (if (string-match "\\*$\\|\\*&$" type)
490 (speedbar-make-tag-line 490 (speedbar-make-tag-line
491 'bracket char 491 'bracket char
492 'gdb-speedbar-expand-node varnum 492 'gdb-speedbar-expand-node varnum