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

org-pcomplete: Silence byte-compiler

Nicolas Goaziou пре 9 година
родитељ
комит
800ce62ad2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lisp/org-pcomplete.el

+ 1 - 1
lisp/org-pcomplete.el

@@ -40,7 +40,7 @@
 (declare-function org-get-buffer-tags "org" ())
 (declare-function org-get-tags "org" ())
 (declare-function org-buffer-property-keys "org"
-		  (&optional include-specials include-defaults include-columns))
+		  (&optional specials defaults columns ignore-malformed))
 (declare-function org-entry-properties "org" (&optional pom which specific))
 
 ;;;; Customization variables