From 2bb27d05ae5e4918ac3e3f30a8559f95332c8fd6 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Tue, 27 Oct 2009 18:24:27 +0100 Subject: [PATCH] Add SETUPFILE to the lit of completion keywords --- lisp/ChangeLog | 2 ++ lisp/org.el | 1 + 2 files changed, 3 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3c9939b45..0505550b9 100755 --- a/lisp/ChangeLog +++ b/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 diff --git a/lisp/org.el b/lisp/org.el index d72034778..2a227b98e 100644 --- a/lisp/org.el +++ b/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"))