From ecc7b2badedb6256f5fab464d526d8168453989f Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 14 Feb 2007 17:32:50 +0000 Subject: [PATCH] (smiley-regexp-alist): Add "dead" smiley. --- lisp/gnus/smiley.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/gnus/smiley.el b/lisp/gnus/smiley.el index e74d6ddee6f..82813aa9aa2 100644 --- a/lisp/gnus/smiley.el +++ b/lisp/gnus/smiley.el @@ -74,6 +74,7 @@ ("\\(:-|\\)\\W" 1 "indifferent") ("\\(:-[/\\]\\)\\W" 1 "wry") ("\\(:-(\\)\\W" 1 "sad") + ("\\(X-)\\)\\W" 1 "dead") ("\\(:-{\\)\\W" 1 "frown")) "*A list of regexps to map smilies to images. The elements are (REGEXP MATCH IMAGE), where MATCH is the submatch in -- 2.39.2