From dc003c347a1190dabf2073882f3222d59efc8370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johann=20Kl=C3=A4hn?= Date: Thu, 12 Nov 2015 11:14:07 +0100 Subject: [PATCH] fix autoloading of 'auto-mode-alist definitions --- cuda-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cuda-mode.el b/cuda-mode.el index 18a083a..48e1591 100644 --- a/cuda-mode.el +++ b/cuda-mode.el @@ -149,7 +149,7 @@ Each list item should be a regexp matching a single identifier." ;; irrelevant menu alternatives. (cons "CUDA" (c-lang-const c-mode-menu cuda))) -;;;###Autoload +;;;###autoload (add-to-list 'auto-mode-alist '("\\.cu\\'" . cuda-mode)) (add-to-list 'auto-mode-alist '("\\.cuh\\'" . cuda-mode))