aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-01-12 13:25:39 +0200
committerEli Zaretskii2013-01-12 13:25:39 +0200
commit86fbb162a47cd754b03ab01bd3142f35a34ea0fb (patch)
tree6de633d995044a481abee384ac74ad4b9161967e /lisp/ChangeLog
parentd122dcbf33ca7db8696c8cdccaea15b3200d7e36 (diff)
downloademacs-86fbb162a47cd754b03ab01bd3142f35a34ea0fb.tar.gz
emacs-86fbb162a47cd754b03ab01bd3142f35a34ea0fb.zip
Fix filtering of file notification events in autorevert.el.
lisp/autorevert.el (auto-revert-notify-handler): Fix filtering of file notification by ACTION. For filtering by file name, compare only the non-directory part of the file name.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 665620ff375..c0290c57a50 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12013-01-12 Eli Zaretskii <eliz@gnu.org>
2
3 * autorevert.el (auto-revert-notify-handler): Fix filtering of
4 file notification by ACTION. For filtering by file name, compare
5 only the non-directory part of the file name.
6
12013-01-12 Stefan Monnier <monnier@iro.umontreal.ca> 72013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2 8
3 * autorevert.el: Use cl-lib instead of cl. 9 * autorevert.el: Use cl-lib instead of cl.