summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2016-08-08 09:19:24 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2016-08-08 09:19:24 +0200
commitb1f1f35049b8b877aaeef87adbb4320555116106 (patch)
tree8e8b6a780b32f83d6081484cbadc6fb8392ead7d
parentcaefb363e69f996e7bcd53f9aa611782a3fc3b4f (diff)
downloadorg-mode-b1f1f35049b8b877aaeef87adbb4320555116106.tar.gz
org-mobile: Fix typo in penultimate commit
* lisp/org-mobile.el (org-mobile-action-alist): Remove spurious quoting level.
-rw-r--r--lisp/org-mobile.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el
index 93b1481..00845d2 100644
--- a/lisp/org-mobile.el
+++ b/lisp/org-mobile.el
@@ -227,8 +227,7 @@ by the mobile device, this hook should be used to copy the emptied
capture file `mobileorg.org' back to the WebDAV directory, for example
using `rsync' or `scp'.")
-(defconst org-mobile-action-alist
- '(("edit" . #'org-mobile-edit))
+(defconst org-mobile-action-alist '(("edit" . org-mobile-edit))
"Alist with flags and actions for mobile sync.
When flagging an entry, MobileOrg will create entries that look like