]> git.eshelyaron.com Git - emacs.git/commit
Use defstruct instead of list for filenotify pending-rename
authorMattias Engdegård <mattiase@acm.org>
Sat, 8 Jun 2019 17:58:41 +0000 (19:58 +0200)
committerMattias Engdegård <mattiase@acm.org>
Wed, 24 Jul 2019 09:53:58 +0000 (11:53 +0200)
commit27f25d737c220afd8bf1902da72ee340704c47c2
tree0d57ee1d35b81e09ccfff4c61874cce55f5eceba
parent5a80a9ded16b835ce42c5f4d2e3a5e711f7726cf
Use defstruct instead of list for filenotify pending-rename

* lisp/filenotify.el (file-notify--rename): New defstruct.
(file-notify--pending-rename): Changed type.
(file-notify--handle-event): Adapt to new type.
lisp/filenotify.el