From e6f0d1c8452e2d58a099472890bd7dda16b1c300 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Mon, 15 May 2006 11:17:47 +0000 Subject: [PATCH] (gud-tooltip-tips): Add missing argument to call to gdb-tooltip-print. --- lisp/progmodes/gud.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index 5be88668353..d2e6cfc4ae4 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el @@ -3480,7 +3480,8 @@ so they have been disabled.")) 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)) -- 2.39.2