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:
parent
fff4e45990
commit
624509d2d9
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue