(add-to-list 'load-path "@SITELISP@")
(autoload 'google-set-c-style "google-c-style"
  "Set the current buffer's c-style to Google C/C++ Programming Style." t)
(autoload 'google-make-newline-indent "google-c-style"
  "Sets up preferred newline behavior." t)
