lang/cc: conform to new conventions

This commit is contained in:
Henrik Lissner 2019-07-22 23:52:16 +02:00
parent 8482f26d51
commit 60acdcb962
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 13 additions and 15 deletions

View file

@ -122,7 +122,7 @@ simpler."
;; Hooks
;;;###autoload
(defun +cc|fontify-constants ()
(defun +cc-fontify-constants-h ()
"Better fontification for preprocessor constants"
(when (memq major-mode '(c-mode c++-mode))
(font-lock-add-keywords
@ -132,7 +132,7 @@ simpler."
(defvar +cc--project-includes-alist nil)
;;;###autoload
(defun +cc|init-irony-compile-options ()
(defun +cc-init-irony-compile-options-h ()
"Initialize compiler options for irony-mode. It searches for the nearest
compilation database and initailizes it, otherwise falling back on
`+cc-default-compiler-options' and `+cc-default-include-paths'.