diff --git a/lisp/acdw-erc.el b/lisp/acdw-erc.el index 09fa335..39af8ea 100644 --- a/lisp/acdw-erc.el +++ b/lisp/acdw-erc.el @@ -35,8 +35,8 @@ (defun erc/update-header-line-show-disconnected () "Use a different face in the header-line when disconnected." (erc-with-server-buffer - (cond ((erc-server-process-alive) 'erc-header-line) - (t 'erc/header-line-disconnected)))) + (cond ((erc-server-process-alive) 'erc-header-line) + (t 'erc/header-line-disconnected)))) ;;; Convenience functions @@ -116,6 +116,8 @@ If USE-TLS is non-nil, use TLS." :group 'erc :type 'integer) +(defalias 'erc-propertize 'propertize) ; I guess...taken out in 28 ? + (defun erc-format-truncate-@nick (&optional user channel-data) "Format the nickname of USER as in `erc-format-@nick', with truncation. Truncation is customized using the `erc-nick-truncate' variable.