From 958ac655e6a20ef1d11799e28beb9e8b96acae99 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Mon, 20 Feb 2006 21:48:49 +0000 Subject: [PATCH] (gdb-speedbar-auto-raise): Don't enable by default. --- lisp/progmodes/gdb-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/gdb-ui.el b/lisp/progmodes/gdb-ui.el index 12df35182c2..df603dc0d74 100644 --- a/lisp/progmodes/gdb-ui.el +++ b/lisp/progmodes/gdb-ui.el @@ -542,7 +542,7 @@ With arg, use separate IO iff arg is positive." (forward-char 2) (gud-call (concat "until *%a"))))))))) -(defcustom gdb-speedbar-auto-raise t +(defcustom gdb-speedbar-auto-raise nil "If non-nil raise speedbar every time display of watch expressions is\ updated." :type 'boolean -- 2.39.2