Browse Source

org-pcomplete: Silence byte-compiler

Nicolas Goaziou 9 years ago
parent
commit
800ce62ad2
1 changed files with 1 additions and 1 deletions
  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