(gdb-speedbar-auto-raise): Don't enable by default.

This commit is contained in:
Nick Roberts 2006-02-20 21:48:49 +00:00
parent cb0ea01ead
commit 958ac655e6

View 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