summaryrefslogtreecommitdiff
path: root/lisp/org/org-pcomplete.el
diff options
context:
space:
mode:
authorBastien Guerry <bastien1@free.fr>2012-01-04 16:20:49 +0100
committerBastien Guerry <bastien1@free.fr>2012-01-04 16:20:49 +0100
commit14e1337f8462d1ca2e4af69de9fba58ddabd0274 (patch)
treefce16fb4a1cab5a9cc03f540579c886ac1fad5d0 /lisp/org/org-pcomplete.el
parent0b41d90bd3ef6f1fb03d23cfbe064fcf865c82c3 (diff)
downloademacs-14e1337f8462d1ca2e4af69de9fba58ddabd0274.tar.gz
Fix trailing whitespaces in Org files.
Diffstat (limited to 'lisp/org/org-pcomplete.el')
-rw-r--r--lisp/org/org-pcomplete.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-pcomplete.el b/lisp/org/org-pcomplete.el
index 7538dac1ec6..0ca8777878c 100644
--- a/lisp/org/org-pcomplete.el
+++ b/lisp/org/org-pcomplete.el
@@ -146,7 +146,7 @@ When completing for #+STARTUP, for example, this function returns
(org-split-string (org-get-current-options) "\n"))
org-additional-option-like-keywords)))))
(substring pcomplete-stub 2)))
-
+
(defvar org-startup-options)
(defun pcomplete/org-mode/file-option/startup ()
"Complete arguments for the #+STARTUP file option."