]> git.eshelyaron.com Git - emacs.git/commit
Fix Bug#26127
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 17 Mar 2017 09:25:46 +0000 (10:25 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 17 Mar 2017 09:25:46 +0000 (10:25 +0100)
commit6b2f3ba02ab1cf54e2bdbb0207843cf86de48191
treec319b1e53f21d040708058296e386f6f4a7af7ff
parent938e7826ff849c14cb092dec8e2c1198413c7462
Fix Bug#26127

* lisp/filenotify.el (file-notify--rm-descriptor): Check, that
there is a function which could be called.  (Bug#26127)

* test/lisp/filenotify-tests.el (file-notify--test-cleanup):
Clear also `file-notify-descriptors'.
(file-notify--test-make-temp-name): Move up.
(file-notify-test02-rm-watch): New test.
(file-notify-test03-events, file-notify-test04-autorevert)
(file-notify-test05-file-validity)
(file-notify-test06-dir-validity)
(file-notify-test07-many-events, file-notify-test08-backup)
(file-notify-test09-watched-file-in-watched-dir)
(file-notify-test10-sufficient-resources): Rename.
lisp/filenotify.el
test/lisp/filenotify-tests.el