]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/rcirc.el (rcirc-activity-string): Don't quote value in case
authorChong Yidong <cyd@stupidchicken.com>
Thu, 7 Sep 2006 20:56:24 +0000 (20:56 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 7 Sep 2006 20:56:24 +0000 (20:56 +0000)
clause.

lisp/ChangeLog
lisp/net/rcirc.el

index 1d739a3b7f04e8f0c77870b8e68875adedf0192f..0f3fc45611652f14e5896be0e1c1ad0611adb64a 100644 (file)
@@ -1,3 +1,8 @@
+2006-09-07  Magnus Henoch <mange@freemail.hu>
+
+       * net/rcirc.el (rcirc-activity-string): Don't quote value in case
+       clause.
+
 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
 
        * info.el (Info-index): Bind completion-ignore-case.
index 8c678b6ae5f535d479e0e2575cad5a55b16bbccb..19712d2a7164f3d88a0dd0159d74cc9ba77adba5 100644 (file)
@@ -1545,8 +1545,8 @@ activity.  Only run if the buffer is not visible and
                   (dolist (type rcirc-activity-types)
                     (rcirc-add-face 0 (length s)
                                     (case type
-                                      ('nick 'rcirc-track-nick)
-                                      ('keyword 'rcirc-track-keyword))
+                                      (nick 'rcirc-track-nick)
+                                      (keyword 'rcirc-track-keyword))
                                     s)))
                 s))
             buffers ","))