diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-08-11 08:36:32 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-08-11 08:36:32 +0000 |
commit | 66885d634a9f9ebb2e903d12a93c9491ef33ef2d (patch) | |
tree | 309ba12962d8def352b8725c4fcd48e8615a3eac /app-emacs/google-c-style/files | |
parent | fix bug 331855, respecting LDFLAGS (diff) | |
download | gentoo-2-66885d634a9f9ebb2e903d12a93c9491ef33ef2d.tar.gz gentoo-2-66885d634a9f9ebb2e903d12a93c9491ef33ef2d.tar.bz2 gentoo-2-66885d634a9f9ebb2e903d12a93c9491ef33ef2d.zip |
Install site-init file with autoloads. Add ~amd64 keyword. Remove old.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs/google-c-style/files')
-rw-r--r-- | app-emacs/google-c-style/files/50google-c-style-gentoo.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app-emacs/google-c-style/files/50google-c-style-gentoo.el b/app-emacs/google-c-style/files/50google-c-style-gentoo.el new file mode 100644 index 000000000000..3e9768b65db7 --- /dev/null +++ b/app-emacs/google-c-style/files/50google-c-style-gentoo.el @@ -0,0 +1,5 @@ +(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) |