summaryrefslogtreecommitdiff
path: root/lisp/erc
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
parentfff4e459907a2594a87d001f199c9d377ffa5a55 (diff)
ERC: erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
Diffstat (limited to 'lisp/erc')
-rw-r--r--lisp/erc/ChangeLog4
-rw-r--r--lisp/erc/erc.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog
index f7bb78cb245..f4847d14809 100644
--- a/lisp/erc/ChangeLog
+++ b/lisp/erc/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-18 Michael Olson <mwolson@gnu.org>
+
+ * erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
+
2009-01-16 Glenn Morris <rgm@gnu.org>
* erc.el (erc-input-message): Conditionalize previous change for XEmacs.
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)