Browse Source

org-mobile: Fix typo in penultimate commit

* lisp/org-mobile.el (org-mobile-action-alist): Remove spurious quoting
  level.
Nicolas Goaziou 8 years ago
parent
commit
b1f1f35049
1 changed files with 1 additions and 2 deletions
  1. 1 2
      lisp/org-mobile.el

+ 1 - 2
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
 capture file `mobileorg.org' back to the WebDAV directory, for example
 using `rsync' or `scp'.")
 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.
   "Alist with flags and actions for mobile sync.
 When flagging an entry, MobileOrg will create entries that look like
 When flagging an entry, MobileOrg will create entries that look like