diff options
| author | Chong Yidong | 2007-02-14 17:32:50 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-02-14 17:32:50 +0000 |
| commit | ecc7b2badedb6256f5fab464d526d8168453989f (patch) | |
| tree | 81717da0d58fef8c5d077b09e470c33e39637a8f | |
| parent | c371062c1b95c89ab9aec3f57525af81ac2f9962 (diff) | |
| download | emacs-ecc7b2badedb6256f5fab464d526d8168453989f.tar.gz emacs-ecc7b2badedb6256f5fab464d526d8168453989f.zip | |
(smiley-regexp-alist): Add "dead" smiley.
| -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 @@ | |||
| 74 | ("\\(:-|\\)\\W" 1 "indifferent") | 74 | ("\\(:-|\\)\\W" 1 "indifferent") |
| 75 | ("\\(:-[/\\]\\)\\W" 1 "wry") | 75 | ("\\(:-[/\\]\\)\\W" 1 "wry") |
| 76 | ("\\(:-(\\)\\W" 1 "sad") | 76 | ("\\(:-(\\)\\W" 1 "sad") |
| 77 | ("\\(X-)\\)\\W" 1 "dead") | ||
| 77 | ("\\(:-{\\)\\W" 1 "frown")) | 78 | ("\\(:-{\\)\\W" 1 "frown")) |
| 78 | "*A list of regexps to map smilies to images. | 79 | "*A list of regexps to map smilies to images. |
| 79 | The elements are (REGEXP MATCH IMAGE), where MATCH is the submatch in | 80 | The elements are (REGEXP MATCH IMAGE), where MATCH is the submatch in |