]> git.eshelyaron.com Git - emacs.git/commit
Use destructuring in filenotify backend handlers
authorMattias Engdegård <mattiase@acm.org>
Sat, 20 Jul 2019 17:45:51 +0000 (19:45 +0200)
committerMattias Engdegård <mattiase@acm.org>
Wed, 24 Jul 2019 09:54:10 +0000 (11:54 +0200)
commit084e8381a79fc1946d3d102f06941e7f41f65e14
tree884f9d9a64809dffd892f4963484caedc2ff5820
parent27f25d737c220afd8bf1902da72ee340704c47c2
Use destructuring in filenotify backend handlers

* lisp/filenotify.el (file-notify--callback-inotify)
(file-notify--callback-kqueue, file-notify--callback-w32notify)
(file-notify--callback-gfilenotify, file-notify--callback): Use cl-defun.
lisp/filenotify.el