diff options
| author | Michael Albinus | 2016-04-16 20:48:24 +0200 |
|---|---|---|
| committer | Michael Albinus | 2016-04-16 20:48:24 +0200 |
| commit | 3de30674d7aa79c9f366f65c9f30aec2c8963b54 (patch) | |
| tree | 362c7483e84e4fc7e53455476f3f6455b461ec73 | |
| parent | 934549e23d6bda5231375dbfed7b42a966c85d14 (diff) | |
| download | emacs-3de30674d7aa79c9f366f65c9f30aec2c8963b54.tar.gz emacs-3de30674d7aa79c9f366f65c9f30aec2c8963b54.zip | |
; Fix paths in MAINTAINERS
| -rw-r--r-- | admin/MAINTAINERS | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/admin/MAINTAINERS b/admin/MAINTAINERS index 859046a6324..0fe30f01f6a 100644 --- a/admin/MAINTAINERS +++ b/admin/MAINTAINERS | |||
| @@ -61,7 +61,7 @@ Michael Albinus | |||
| 61 | lisp/net/tramp*.el | 61 | lisp/net/tramp*.el |
| 62 | lisp/url/url-tramp.el | 62 | lisp/url/url-tramp.el |
| 63 | doc/misc/tramp*.texi | 63 | doc/misc/tramp*.texi |
| 64 | test/automated/tramp-tests.el | 64 | test/lisp/net/tramp-tests.el |
| 65 | 65 | ||
| 66 | D-Bus | 66 | D-Bus |
| 67 | src/dbusbind.c | 67 | src/dbusbind.c |
| @@ -69,12 +69,12 @@ Michael Albinus | |||
| 69 | lisp/net/secrets.el | 69 | lisp/net/secrets.el |
| 70 | lisp/net/zeroconf.el | 70 | lisp/net/zeroconf.el |
| 71 | doc/misc/dbus.texi | 71 | doc/misc/dbus.texi |
| 72 | test/automated/dbus-tests.el | 72 | test/lisp/net/dbus-tests.el |
| 73 | 73 | ||
| 74 | File Notifications | 74 | File Notifications |
| 75 | src/gfilenotify.c | 75 | src/gfilenotify.c |
| 76 | lisp/filenotify.el | 76 | lisp/filenotify.el |
| 77 | test/automated/file-notify-tests.el | 77 | test/lisp/filenotify-tests.el |
| 78 | 78 | ||
| 79 | Simen Heggestøyl | 79 | Simen Heggestøyl |
| 80 | lisp/textmodes/css-mode.el | 80 | lisp/textmodes/css-mode.el |
| @@ -210,9 +210,9 @@ Michael Albinus | |||
| 210 | lisp/autorevert.el | 210 | lisp/autorevert.el |
| 211 | lisp/eshell/em-tramp.el | 211 | lisp/eshell/em-tramp.el |
| 212 | lisp/notifications.el | 212 | lisp/notifications.el |
| 213 | test/automated/auto-revert-tests.el | 213 | test/lisp/autorevert-tests.el |
| 214 | test/automated/inotify-test.el | 214 | test/lisp/vc/vc-tests.el |
| 215 | test/automated/vc-tests.el | 215 | test/src/inotify-test.el |
| 216 | 216 | ||
| 217 | Nicolas Petton | 217 | Nicolas Petton |
| 218 | lisp/emacs-lisp/subr-x.el | 218 | lisp/emacs-lisp/subr-x.el |