summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--llama.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/llama.el b/llama.el
index aa43a60..bd9a7c7 100644
--- a/llama.el
+++ b/llama.el
@@ -215,6 +215,7 @@ this trickery, you can alternatively use this macro under the name
;;; Advices
(define-advice elisp--expect-function-p (:around (fn pos) llama)
+ "Support function completion directly following `##'."
(or (and (eq (char-before pos) ?#)
(eq (char-before (- pos 1)) ?#))
(and (eq (char-before pos) ?\s)