diff --git a/lisp/org-pcomplete.el b/lisp/org-pcomplete.el index f04beffd5..5950d8e26 100644 --- a/lisp/org-pcomplete.el +++ b/lisp/org-pcomplete.el @@ -144,7 +144,7 @@ When completing for #+STARTUP, for example, this function returns (if (string-match "^#\\+\\([A-Z_]+:?\\)" x) (match-string 1 x))) (org-split-string (org-get-current-options) "\n")) - org-additional-option-like-keywords))))) + (copy-sequence org-additional-option-like-keywords)))))) (substring pcomplete-stub 2))) (defvar org-startup-options)