ERC: erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
authorMichael Olson <mwolson@gnu.org>
Sun, 18 Jan 2009 21:01:14 +0000 (21:01 +0000)
committerMichael Olson <mwolson@gnu.org>
Sun, 18 Jan 2009 21:01:14 +0000 (21:01 +0000)
lisp/erc/ChangeLog
lisp/erc/erc.el

index f7bb78c..f4847d1 100644 (file)
@@ -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.
index 8a1a867..445ce7c 100644 (file)
@@ -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)