diff options
| author | Glenn Morris | 2013-07-09 00:43:12 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-07-09 00:43:12 -0700 |
| commit | 0b57d6fc8e9e5c5b4ea27fd8507965a6124fc785 (patch) | |
| tree | cf8d30300a6e91f398c9bdc550773128c0482874 /test/ChangeLog | |
| parent | a87b74fe644d54cabc67d01e962a2bfcbaaa495a (diff) | |
| download | emacs-0b57d6fc8e9e5c5b4ea27fd8507965a6124fc785.tar.gz emacs-0b57d6fc8e9e5c5b4ea27fd8507965a6124fc785.zip | |
* automated/inotify-test.el (inotify-add-watch, inotify-rm-watch): Declare.
(inotify-file-watch-simple): Silence compiler.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index cd6b402ca23..304afeac6e4 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2013-07-09 Glenn Morris <rgm@gnu.org> | 1 | 2013-07-09 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch): | ||
| 4 | Declare. | ||
| 5 | (inotify-file-watch-simple): Silence compiler. | ||
| 6 | |||
| 3 | * automated/python-tests.el (python-indent-block-enders): | 7 | * automated/python-tests.el (python-indent-block-enders): |
| 4 | Make it actually test something. | 8 | Make it actually test something. |
| 5 | 9 | ||