summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-08-18 08:41:29 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-08-18 08:41:29 +0200
commitfbc0ce10debbe305088ae7e78ba8ad633d07a2b5 (patch)
treeccb74a48c4fbe192ed5428678f343a4211b6c340
parentce58d6dd0ae0f58c61731f00d6e60891bd757bb3 (diff)
downloadorg-mode-fbc0ce10debbe305088ae7e78ba8ad633d07a2b5.tar.gz
Keep compiler happy
-rw-r--r--lisp/org.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 67c5b3c..744fca4 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -12766,6 +12766,7 @@ If DATA is nil or the empty string, any tags will be removed."
(org-set-tags t)
(message "No headings"))))
+(defvar org-indent-indentation-per-level)
(defun org-set-tags (&optional arg just-align)
"Set the tags for the current headline.
With prefix ARG, realign all tags in headings in the current buffer."