]> code.delx.au - gnu-emacs/blobdiff - lisp/notifications.el
* lisp/comint.el (comint-dynamic-complete-as-filename)
[gnu-emacs] / lisp / notifications.el
index dc4904db4ca2c3ab06ff20f39f571f0da11e380c..adb9fdd641a0fcce1431f2543abd0d329789abc8 100644 (file)
@@ -1,6 +1,6 @@
 ;;; notifications.el --- Client interface to desktop notifications.
 
-;; Copyright (C) 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2011 Free Software Foundation, Inc.
 
 ;; Author: Julien Danjou <julien@danjou.info>
 ;; Keywords: comm desktop notifications
@@ -210,8 +210,8 @@ used to manipulate the notification item with
       (add-to-list 'hints `(:dict-entry
                             "urgency"
                             (:variant :byte ,(case urgency
-                                               ('low 0)
-                                               ('critical 2)
+                                               (low 0)
+                                               (critical 2)
                                                (t 1)))) t))
     (when category
       (add-to-list 'hints `(:dict-entry