Browse Source

Add SETUPFILE to the lit of completion keywords

Carsten Dominik 15 years ago
parent
commit
2bb27d05ae
2 changed files with 3 additions and 0 deletions
  1. 2 0
      lisp/ChangeLog
  2. 1 0
      lisp/org.el

+ 2 - 0
lisp/ChangeLog

@@ -2,6 +2,8 @@
 
 	* org.el (org-default-properties): Add STYLE property.
 	(org-files-list): Use the function call to get the files.
+	(org-additional-option-like-keywords): Add SETUPFILE to completion
+	list.
 
 2009-10-26  Carsten Dominik  <carsten.dominik@gmail.com>
 

+ 1 - 0
lisp/org.el

@@ -9194,6 +9194,7 @@ This function can be used in a hook."
     "BEGIN_SRC" "END_SRC"
     "CATEGORY" "COLUMNS"
     "CAPTION" "LABEL"
+    "SETUPFILE"
     "BIND"
     "MACRO"))