From 5963bd0080ba3fee9aec399402b5798f077816d7 Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Mon, 21 Sep 2015 19:32:30 +0200 Subject: [PATCH] Resolved warning on arity of --- puml-mode.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/puml-mode.el b/puml-mode.el index 793c350..18efe91 100644 --- a/puml-mode.el +++ b/puml-mode.el @@ -214,8 +214,7 @@ (t (message "Making completion list...") (with-output-to-temp-buffer "*Completions*" (display-completion-list - (all-completions meat puml-plantuml-kwdList) - meat)) + (all-completions meat puml-plantuml-kwdList))) (message "Making completion list...%s" "done"))))) (add-to-list 'auto-mode-alist '("\\.pum$" . puml-mode))