Просмотр исходного кода

org-mobile: Fix typo in penultimate commit

* lisp/org-mobile.el (org-mobile-action-alist): Remove spurious quoting
  level.
Nicolas Goaziou 9 лет назад
Родитель
Сommit
b1f1f35049
1 измененных файлов с 1 добавлено и 2 удалено
  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