Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1143ebe1
Commit
1143ebe1
authored
Sep 13, 2013
by
Glenn Morris
Browse files
* lisp/erc/erc-desktop-notifications.el (dbus-debug): Declare.
parent
413f9061
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lisp/erc/ChangeLog
lisp/erc/ChangeLog
+4
-0
lisp/erc/erc-desktop-notifications.el
lisp/erc/erc-desktop-notifications.el
+2
-0
No files found.
lisp/erc/ChangeLog
View file @
1143ebe1
2013-09-13 Glenn Morris <rgm@gnu.org>
* erc-desktop-notifications.el (dbus-debug): Declare.
2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
* erc.el: Use lexical-binding.
...
...
lisp/erc/erc-desktop-notifications.el
View file @
1143ebe1
...
...
@@ -46,6 +46,8 @@
:group
'erc-notifications
:type
'
(
choice
(
const
:tag
"No icon"
nil
)
file
))
(
defvar
dbus-debug
)
; used in the macroexpansion of dbus-ignore-errors
(
defun
erc-notifications-notify
(
nick
msg
)
"Notify that NICK send some MSG.
This will replace the last notification sent with this function."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment