From 6cb7314448544ecb7ec1726203961bc15a8b7f69 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 31 Jul 2021 20:18:21 -0500 Subject: Add alias for erc-propertize -> propertize --- lisp/acdw-erc.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lisp/acdw-erc.el') 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. -- cgit 1.4.1-21-gabe81