fix autoloading of 'auto-mode-alist definitions

This commit is contained in:
Johann Klähn 2015-11-12 11:14:07 +01:00
parent 802cfd5e27
commit dc003c347a

View File

@ -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))