From fe019a0294b6f626a087bc8fe954575195f18f20 Mon Sep 17 00:00:00 2001 From: czkmt Date: Sun, 5 Nov 2000 03:46:43 +0000 Subject: [PATCH] (smiley-deformed-regexp-alist): Modify regexp for the winking face. --- lisp/smiley.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/smiley.el b/lisp/smiley.el index 0f71178..380cea9 100644 --- a/lisp/smiley.el +++ b/lisp/smiley.el @@ -81,7 +81,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." -- 1.7.10.4