From: Michael Olson Date: Sun, 18 Jan 2009 21:01:14 +0000 (+0000) Subject: ERC: erc.el (erc-header-line-uses-tabbar-p): Set to nil by default. X-Git-Tag: emacs-pretest-23.0.90~383 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=624509d2d964cca29dc1e5e26bc92d91cc29de59;p=emacs.git ERC: erc.el (erc-header-line-uses-tabbar-p): Set to nil by default. --- 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 + + * erc.el (erc-header-line-uses-tabbar-p): Set to nil by default. + 2009-01-16 Glenn Morris * 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)