diff options
| author | Michael Albinus | 2015-10-31 14:42:16 +0100 |
|---|---|---|
| committer | Michael Albinus | 2015-10-31 14:42:16 +0100 |
| commit | 547a23469a20b7fa90c9a3554b8f7fb58fe100ab (patch) | |
| tree | 006191be6121c65294b3fae033c4e394c165c422 /test | |
| parent | b059c6b584e964296d425667642650f42972c238 (diff) | |
| download | emacs-547a23469a20b7fa90c9a3554b8f7fb58fe100ab.tar.gz emacs-547a23469a20b7fa90c9a3554b8f7fb58fe100ab.zip | |
Minor fix in filenotify.el
* lisp/filenotify.el (file-notify--event-file-name)
(file-notify--event-file1-name): Normalize result with
`directory-file-name'.
Diffstat (limited to 'test')
| -rw-r--r-- | test/automated/file-notify-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/automated/file-notify-tests.el b/test/automated/file-notify-tests.el index 222bdc52928..d848f4b9c65 100644 --- a/test/automated/file-notify-tests.el +++ b/test/automated/file-notify-tests.el | |||
| @@ -623,7 +623,7 @@ Don't wait longer than TIMEOUT seconds for the events to be delivered." | |||
| 623 | 623 | ||
| 624 | ;; TODO: | 624 | ;; TODO: |
| 625 | 625 | ||
| 626 | ;; * It does not work yet for local gfilenotify and remote inotifywait. | 626 | ;; * It does not work yet for local gfilenotify. |
| 627 | ;; * For w32notify, no stopped events arrive when a directory is removed. | 627 | ;; * For w32notify, no stopped events arrive when a directory is removed. |
| 628 | 628 | ||
| 629 | (provide 'file-notify-tests) | 629 | (provide 'file-notify-tests) |