org-agenda.el: Fix org-agenda-with-point-at-orig-entry

* lisp/org-agenda.el (org-agenda-with-point-at-orig-entry): Add missing
  comma in the backquote template.
This commit is contained in:
Eric Abrahamsen 2015-09-19 13:41:25 +08:00 committed by Nicolas Goaziou
parent 6d2ab40719
commit 1ae9741eab
1 changed files with 1 additions and 1 deletions

View File

@ -2006,7 +2006,7 @@ If STRING is non-nil, the text property will be fetched from position 0
in that string. If STRING is nil, it will be fetched from the beginning in that string. If STRING is nil, it will be fetched from the beginning
of the current line." of the current line."
(org-with-gensyms (marker) (org-with-gensyms (marker)
`(let ((,marker (get-text-property (if string 0 (point-at-bol)) `(let ((,marker (get-text-property (if ,string 0 (point-at-bol))
'org-hd-marker ,string))) 'org-hd-marker ,string)))
(with-current-buffer (marker-buffer ,marker) (with-current-buffer (marker-buffer ,marker)
(save-excursion (save-excursion