diff options
| author | Michael Albinus | 2010-06-09 09:36:45 +0200 |
|---|---|---|
| committer | Michael Albinus | 2010-06-09 09:36:45 +0200 |
| commit | ef33fd3404424b34b37a920f10d2ec8008247ef0 (patch) | |
| tree | 7b0fe734ea80edb1bac3d1176d8d402782b6b084 | |
| parent | f9e78150eeb1fa13916e9c694744a0a943223d64 (diff) | |
| download | emacs-ef33fd3404424b34b37a920f10d2ec8008247ef0.tar.gz emacs-ef33fd3404424b34b37a920f10d2ec8008247ef0.zip | |
move notifications.el to net/
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/net/notifications.el (renamed from lisp/notifications.el) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d2ab4b27452..39a70fc387f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | 2010-06-09 Julien Danjou <julien@danjou.info> | 1 | 2010-06-09 Julien Danjou <julien@danjou.info> |
| 2 | 2 | ||
| 3 | * notifications.el: New file. | 3 | * net/notifications.el: New file. |
| 4 | 4 | ||
| 5 | 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu> |
| 6 | 6 | ||
diff --git a/lisp/notifications.el b/lisp/net/notifications.el index a2147ed132a..a2147ed132a 100644 --- a/lisp/notifications.el +++ b/lisp/net/notifications.el | |||