* lisp/erc/erc.el (erc-rename-buffers): Doc fix. Add :version.
This commit is contained in:
parent
b85523fea0
commit
3ca2ff367a
2 changed files with 8 additions and 2 deletions
|
@ -1,7 +1,11 @@
|
||||||
|
2015-02-13 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
|
* erc.el (erc-rename-buffers): Doc fix. Add :version.
|
||||||
|
|
||||||
2015-01-14 Dima Kogan <dima@secretsauce.net>
|
2015-01-14 Dima Kogan <dima@secretsauce.net>
|
||||||
|
|
||||||
* erc-backend.el (define-erc-response-handler): Give hook-name
|
* erc-backend.el (define-erc-response-handler): Give hook-name
|
||||||
default value of nil and add-to-list (bug#19363)
|
default value of nil and add-to-list (bug#19363).
|
||||||
|
|
||||||
2014-11-10 Kelvin White <kwhite@gnu.org>
|
2014-11-10 Kelvin White <kwhite@gnu.org>
|
||||||
|
|
||||||
|
|
|
@ -197,7 +197,8 @@ parameters and authentication."
|
||||||
(set sym (if (functionp val) (funcall val) val))))
|
(set sym (if (functionp val) (funcall val) val))))
|
||||||
|
|
||||||
(defcustom erc-rename-buffers nil
|
(defcustom erc-rename-buffers nil
|
||||||
"When this is set to t, buffers will be renamed to network name if available"
|
"Non-nil means rename buffers with network name, if available."
|
||||||
|
:version "24.5"
|
||||||
:group 'erc
|
:group 'erc
|
||||||
:type 'boolean)
|
:type 'boolean)
|
||||||
|
|
||||||
|
@ -1148,6 +1149,7 @@ which the local user typed."
|
||||||
"Faces for ERC."
|
"Faces for ERC."
|
||||||
:group 'erc)
|
:group 'erc)
|
||||||
|
|
||||||
|
;; FIXME faces should not end in "-face".
|
||||||
(defface erc-default-face '((t))
|
(defface erc-default-face '((t))
|
||||||
"ERC default face."
|
"ERC default face."
|
||||||
:group 'erc-faces)
|
:group 'erc-faces)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue