]> git.eshelyaron.com Git - emacs.git/commit
Fix a stupid error in gfilenotify.c.
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 3 Nov 2015 17:17:53 +0000 (18:17 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 3 Nov 2015 17:17:53 +0000 (18:17 +0100)
commit436ed2399ade5c41b8ed3cffe177fb5210eff574
treeb3becd0d75075b1549417cd0eaea075f010efcf4
parentfcfa23911dfb530c2fb5cdc81518127853c88f9a
Fix a stupid error in gfilenotify.c.

* src/gfilenotify.c (dir_monitor_callback): Cancel monitor only,
if we've got a `deleted' signal AND the file name is the watched one.
src/gfilenotify.c