From: Nick Roberts Date: Mon, 20 Feb 2006 21:48:49 +0000 (+0000) Subject: (gdb-speedbar-auto-raise): Don't enable by default. X-Git-Tag: emacs-pretest-22.0.90~3998 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=958ac655e6a20ef1d11799e28beb9e8b96acae99;p=emacs.git (gdb-speedbar-auto-raise): Don't enable by default. --- 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