diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-02-14 17:32:50 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-02-14 17:32:50 +0000 |
commit | ecc7b2badedb6256f5fab464d526d8168453989f (patch) | |
tree | 81717da0d58fef8c5d077b09e470c33e39637a8f /lisp/gnus/smiley.el | |
parent | c371062c1b95c89ab9aec3f57525af81ac2f9962 (diff) | |
download | emacs-ecc7b2badedb6256f5fab464d526d8168453989f.tar.gz |
(smiley-regexp-alist): Add "dead" smiley.
Diffstat (limited to 'lisp/gnus/smiley.el')
-rw-r--r-- | lisp/gnus/smiley.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 |