Whtiespace fixes.

This commit is contained in:
Jack Morrison 2015-12-13 20:21:03 -07:00
parent 8196589886
commit 9ae9eacfdb

View File

@ -333,9 +333,9 @@ Key bindings:
(c-initialize-cc-mode t)
(set-syntax-table cuda-mode-syntax-table)
(setq major-mode 'cuda-mode
mode-name "Cuda"
local-abbrev-table cuda-mode-abbrev-table
abbrev-mode t)
mode-name "Cuda"
local-abbrev-table cuda-mode-abbrev-table
abbrev-mode t)
(use-local-map c-mode-map)
;; `c-init-language-vars' is a macro that is expanded at compile
;; time to a large `setq' with all the language variables and their