org-capture: Silence byte-compiler

This commit is contained in:
Nicolas Goaziou 2018-06-21 18:13:31 +02:00
parent 031c53103a
commit 9b7191001c
1 changed files with 1 additions and 2 deletions

View File

@ -1234,8 +1234,7 @@ may have been stored before."
(while (re-search-forward org-table-dataline-regexp end t)
(pcase (org-element-lineage (org-element-at-point) '(table) t)
(`nil nil)
((and table
(guard (eq 'table.el (org-element-property :type table))))
((pred (lambda (e) (eq 'table.el (org-element-property :type e))))
nil)
(table
(goto-char (org-element-property :contents-end table))