Browse Source

org-pcomplete.el: Fix compiler warning.

Bastien Guerry 12 years ago
parent
commit
256f7dc998
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lisp/org-pcomplete.el

+ 2 - 1
lisp/org-pcomplete.el

@@ -139,7 +139,8 @@ When completing for #+STARTUP, for example, this function returns
 		 (car (org-thing-at-point)))
 		pcomplete-default-completion-function))))
 
-(defvar org-additional-option-like-keywords)
+(defvar org-options-keywords)                ; From org.el
+(defvar org-additional-option-like-keywords) ; From org.el
 (defun pcomplete/org-mode/file-option ()
   "Complete against all valid file options."
   (require 'org-exp)