浏览代码

org-capture: Silence byte-compiler

Nicolas Goaziou 7 年之前
父节点
当前提交
9b7191001c
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      lisp/org-capture.el

+ 1 - 2
lisp/org-capture.el

@@ -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))