Merge pull request #4 from kljohann/patch-1
fix autoloading of 'auto-mode-alist definitions
This commit is contained in:
commit
23fc0802be
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user