1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

ERC: erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.

This commit is contained in:
Michael Olson 2009-01-18 21:01:14 +00:00
parent fff4e45990
commit 624509d2d9
2 changed files with 5 additions and 1 deletions

View 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.

View 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)