changeset 70666:1ba52dfffa46

(gud-tooltip-tips): Add missing argument to call to gdb-tooltip-print.
author Nick Roberts <nickrob@snap.net.nz>
date Mon, 15 May 2006 11:17:47 +0000
parents dc0cc3e03033
children 530650861e31
files lisp/progmodes/gud.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/gud.el	Mon May 15 11:17:07 2006 +0000
+++ b/lisp/progmodes/gud.el	Mon May 15 11:17:47 2006 +0000
@@ -3480,7 +3480,8 @@
 				  gdb-server-prefix "macro expand " expr "\n")
 				 `(lambda () (gdb-tooltip-print-1 ,expr))))
 			(gdb-enqueue-input
-			 (list  (concat cmd "\n") 'gdb-tooltip-print)))
+			 (list  (concat cmd "\n")
+ 				 `(lambda () (gdb-tooltip-print ,expr)))))
 		  (setq gud-tooltip-original-filter (process-filter process))
 		  (set-process-filter process 'gud-tooltip-process-output)
 		  (gud-basic-call cmd))