]> git.eshelyaron.com Git - emacs.git/commit
Add command `file-notify-rm-all-watches'
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 16 Oct 2021 12:33:52 +0000 (14:33 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 16 Oct 2021 12:33:52 +0000 (14:33 +0200)
commita232821c5127d5ebf862dc229f14a35dfef78e40
treea5dcf355882577b77baf7909428a1345162550c2
parenta3fb10d94bd8c096595657a35315d7013b326a8c
Add command `file-notify-rm-all-watches'

* doc/lispref/os.texi (File Notifications):
Add `file-notify-rm-all-watches'.

* etc/NEWS: Mention 'file-notify-rm-all-watches'.  Fix typos.

* lisp/filenotify.el (file-notify-rm-all-watches): New defun.

* test/lisp/filenotify-tests.el (file-notify--test-cleanup):
Use `file-notify-rm-all-watches'.
(file-notify-test02-rm-watch): Test also `file-notify-rm-all-watches'.
doc/lispref/os.texi
etc/NEWS
lisp/filenotify.el
test/lisp/filenotify-tests.el