branch: elpa/llama
commit cc19b9fdee114c02af7798eed2ad12404bb22b2b
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Hide the empty symbol from loaddefs-generate--compute-prefixes
---
 llama.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llama.el b/llama.el
index 4f5fdafa8d..7dc26b8b38 100644
--- a/llama.el
+++ b/llama.el
@@ -169,7 +169,7 @@ this trickery, you can alternatively use this macro under 
the name
         ,@(and rest (list '&rest rest)))
        (,fn ,@body))))
 
-(defalias '## 'llama)
+(defalias (quote ##) 'llama)
 
 (defconst llama--unused-argument (make-symbol "llama--unused-argument"))
 

Reply via email to