aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2006-02-20 21:48:49 +0000
committerNick Roberts2006-02-20 21:48:49 +0000
commit958ac655e6a20ef1d11799e28beb9e8b96acae99 (patch)
treecf91f5b7e404b752a849788a658c064016ff1ee8
parentcb0ea01eadc671eadffc8e0a67ebcd340e42f964 (diff)
downloademacs-958ac655e6a20ef1d11799e28beb9e8b96acae99.tar.gz
emacs-958ac655e6a20ef1d11799e28beb9e8b96acae99.zip
(gdb-speedbar-auto-raise): Don't enable by default.
-rw-r--r--lisp/progmodes/gdb-ui.el2
1 files changed, 1 insertions, 1 deletions
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."
542 (forward-char 2) 542 (forward-char 2)
543 (gud-call (concat "until *%a"))))))))) 543 (gud-call (concat "until *%a")))))))))
544 544
545(defcustom gdb-speedbar-auto-raise t 545(defcustom gdb-speedbar-auto-raise nil
546 "If non-nil raise speedbar every time display of watch expressions is\ 546 "If non-nil raise speedbar every time display of watch expressions is\
547 updated." 547 updated."
548 :type 'boolean 548 :type 'boolean