From b931a4223788d01e736a47e442ece33381bccad8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 16 Oct 2016 13:07:01 -0500 Subject: [PATCH] autoload does not seem to be functioning in latest update --- plantuml-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plantuml-mode.el b/plantuml-mode.el index f441274..6e1059f 100644 --- a/plantuml-mode.el +++ b/plantuml-mode.el @@ -330,7 +330,7 @@ Uses prefix (as PREFIX) to choose where to display it: (message "Making completion list...%s" "done"))))) ;;;###autoload -(add-to-list 'auto-mode-alist '("\\.(plantuml|pum|plantuml|plu)$" . plantuml-mode)) +(add-to-list 'auto-mode-alist '("\\.\\(plantuml\\|pum\\|plantuml\\|plu\\)$" . plantuml-mode)) ;;;###autoload (define-derived-mode plantuml-mode prog-mode "plantuml"