Ignore all errors in shell/dbus calls.

Dont show noise errors when emacs started from console session.
This commit is contained in:
Evgenii Terechkov 2010-04-28 17:03:14 +08:00
parent 583d31943d
commit 60e25ef3a9
1 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,8 @@
':string (encode-coding-string body 'utf-8)
'(:array)
'(:array :signature "{sv}")
':int32 jabber-libnotify-timeout))))))
':int32 jabber-libnotify-timeout)))
(error nil))))
(define-jabber-alert libnotify "Show a message through the libnotify interface"
'jabber-libnotify-message)