summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2016-02-05 17:31:19 +0100
committerAlan Pearce2016-02-05 17:31:19 +0100
commit4f7e34a4c173b92db13e33bb660a189268d99554 (patch)
treee95519356cb9cd2390f299be11ad71525f1da794 /tag-emacs/emacs.d
parented0669abc63b735fbbb482c63e8ccb9373a18ab1 (diff)
downloaddotfiles-4f7e34a4c173b92db13e33bb660a189268d99554.tar.lz
dotfiles-4f7e34a4c173b92db13e33bb660a189268d99554.tar.zst
dotfiles-4f7e34a4c173b92db13e33bb660a189268d99554.zip
Emacs: Fix org-mobile file-watch warning
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 2fc1fe6..3298453 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1696,7 +1696,7 @@ I can use this to keep a journal.  I should use it.
                                  (concat
                                   (file-name-as-directory org-mobile-directory)
                                   org-mobile-capture-file))))
-                  (defun ap/org-mobile-pull ()
+                  (defun ap/org-mobile-pull (descriptor action file)
                     (org-mobile-pull))
                   (setq org-mobile-watcher
                         (file-notify-add-watch org-file '(change) #'ap/org-mobile-pull))))))))