Преглед изворни кода

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