emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/smiley.el,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/smiley.el,v
Date: Wed, 14 Feb 2007 17:32:50 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      07/02/14 17:32:50

Index: smiley.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/gnus/smiley.el,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- smiley.el   21 Jan 2007 02:54:13 -0000      1.11
+++ smiley.el   14 Feb 2007 17:32:50 -0000      1.12
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]