This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Guile".
http://git.savannah.gnu.org/cgit/guile.git/commit/?id=7ed92f0a9cdcde51d1b73c90a1140f61bf39313b The branch, master has been updated via 7ed92f0a9cdcde51d1b73c90a1140f61bf39313b (commit) from 5d25fdae37ea39fe8ad657fab16e69b658c53a0e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7ed92f0a9cdcde51d1b73c90a1140f61bf39313b Author: Andy Wingo <wi...@pobox.com> Date: Mon May 12 09:41:58 2014 +0200 Add syntax-parameterize indentation to .dir-locals.el. * .dir-locals.el: Add syntax-parameterize indentation. ----------------------------------------------------------------------- Summary of changes: .dir-locals.el | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/.dir-locals.el b/.dir-locals.el index 0a2a266..399b8d2 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -29,7 +29,8 @@ (eval . (put '$kfun 'scheme-indent-function 4)) (eval . (put '$letrec 'scheme-indent-function 3)) (eval . (put '$kclause 'scheme-indent-function 1)) - (eval . (put '$fun 'scheme-indent-function 1)))) + (eval . (put '$fun 'scheme-indent-function 1)) + (eval . (put 'syntax-parameterize 'scheme-indent-function 1)))))) (emacs-lisp-mode . ((indent-tabs-mode . nil))) (texinfo-mode . ((indent-tabs-mode . nil) (fill-column . 72)))) hooks/post-receive -- GNU Guile