From: czkmt Date: Sun, 5 Nov 2000 03:44:55 +0000 (+0000) Subject: (smiley-deformed-regexp-alist): Modify regexp for the winking face. X-Git-Tag: t-gnus-6_14_5-07~9 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1e3f73694bdaca6abd07b232fa9a518e8bcc570c;p=elisp%2Fgnus.git- (smiley-deformed-regexp-alist): Modify regexp for the winking face. --- diff --git a/lisp/smiley.el b/lisp/smiley.el index 7778567..d669304 100644 --- a/lisp/smiley.el +++ b/lisp/smiley.el @@ -75,7 +75,7 @@ ("\\(:-*|\\)\\W" 1 "FaceStraight.xpm") ("\\(:-*p\\)\\W" 1 "FaceTalking.xpm") ("\\(:-*d\\)\\W" 1 "FaceTasty.xpm") - ("\\(;-*[>)}(I;(B]+\\)\\W" 1 "FaceWinking.xpm") + ("[^^;_]\\(;-*[>)}(I;(B]+\\)\\W" 1 "FaceWinking.xpm") ("\\(:-*[Vv(I5(B]\\)\\W" 1 "FaceWry.xpm") ("\\([:|]-*P\\)\\W" 1 "FaceYukky.xpm")) "*Normal and deformed faces for smilies."