diff options
Diffstat (limited to 'lisp/filenotify.el')
-rw-r--r-- | lisp/filenotify.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/filenotify.el b/lisp/filenotify.el index 94e07289e32..6b13ed0b725 100644 --- a/lisp/filenotify.el +++ b/lisp/filenotify.el @@ -339,6 +339,7 @@ DESC is the back-end descriptor. ACTIONS is a list of: "Add a watch for FILE in DIR with FLAGS, using inotify." (inotify-add-watch dir (append + '(dont-follow) (and (memq 'change flags) '(create delete delete-self modify move-self move)) (and (memq 'attribute-change flags) |