]> code.delx.au - gnu-emacs/commitdiff
(gdb-speedbar-auto-raise): Don't enable by default.
authorNick Roberts <nickrob@snap.net.nz>
Mon, 20 Feb 2006 21:48:49 +0000 (21:48 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Mon, 20 Feb 2006 21:48:49 +0000 (21:48 +0000)
lisp/progmodes/gdb-ui.el

index 12df35182c22a671796fbf2fac9e04d6be94f9b9..df603dc0d742476d72c1d8994ff609b2897638da 100644 (file)
@@ -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