summaryrefslogtreecommitdiff
path: root/lisp/erc/erc.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2009-01-18 21:01:14 +0000
committerMichael Olson <mwolson@gnu.org>2009-01-18 21:01:14 +0000
commit624509d2d964cca29dc1e5e26bc92d91cc29de59 (patch)
tree2cdeaebb7f65ca43ee611686ae4b769945fb42af /lisp/erc/erc.el
parentfff4e459907a2594a87d001f199c9d377ffa5a55 (diff)
ERC: erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
Diffstat (limited to 'lisp/erc/erc.el')
-rw-r--r--lisp/erc/erc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el
index 8a1a8671d69..445ce7c33c5 100644
--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -5916,7 +5916,7 @@ See `erc-mode-line-format' for which characters are can be used."
:type '(choice (const :tag "Disabled" nil)
string))
-(defcustom erc-header-line-uses-tabbar-p t
+(defcustom erc-header-line-uses-tabbar-p nil
"Use tabbar mode instead of the header line to display the header."
:group 'erc-mode-line-and-header
:type 'boolean)