branch: externals/rcirc-color commit cfe577429305b4652192e829a6873f7c100fa6ce Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@posteo.net>
Remove 'help-echo' from /color output * rcirc-color.el (rcirc-do-color): Do not assume the structure of VALUE, which causes issues when 'rcirc-color' contains symbolic face names. --- rcirc-color.el | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/rcirc-color.el b/rcirc-color.el index 26ab582799..be47dfb75d 100644 --- a/rcirc-color.el +++ b/rcirc-color.el @@ -1,6 +1,6 @@ ;;; rcirc-color.el --- color nicks -*- lexical-binding:t -*- -;; Copyright (C) 2005-2022 Free Software Foundation, Inc. +;; Copyright (C) 2005-2023 Free Software Foundation, Inc. ;; Author: Alex Schroeder <a...@gnu.org> ;; Maintainer: Alex Schroeder <a...@gnu.org> @@ -165,10 +165,7 @@ commands." (if (not nick) (let (names) (maphash (lambda (key value) - (add-text-properties - 0 (length key) - `(face (,value) help-echo ,(cdr value)) - key) + (add-text-properties 0 (length key) `(face (,value)) key) (setq names (cons key names))) rcirc-color-mapping) (rcirc-print process (rcirc-nick process) "NOTICE" target