guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, master, updated. release_1-9-11-142-g5


From: Thien-Thi Nguyen
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-11-142-g554137a
Date: Fri, 25 Jun 2010 16:51:09 +0000

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=554137a7e9fcf71882de3ef70d153fc60d0668e5

The branch, master has been updated
       via  554137a7e9fcf71882de3ef70d153fc60d0668e5 (commit)
      from  5b379729bb5f5d06ceb02c4e96ccc62cf61f9c62 (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 554137a7e9fcf71882de3ef70d153fc60d0668e5
Author: Thien-Thi Nguyen <address@hidden>
Date:   Fri Jun 25 18:47:12 2010 +0200

    HACKING: Mention (add-hook 'before-save-hook 'delete-trailing-whitespace)
    
    * HACKING (Coding standards):
    Mention ‘(add-hook 'before-save-hook 'delete-trailing-whitespace)’.

-----------------------------------------------------------------------

Summary of changes:
 HACKING |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/HACKING b/HACKING
index 7463fe5..82839a5 100644
--- a/HACKING
+++ b/HACKING
@@ -282,6 +282,9 @@ them in THANKS.
 opportunistically, that is, if doing so is part of some other change).
 The goal is to reduce (and over time, eliminate) spurious diffs.
 
+For Emacs users:
+  (add-hook 'before-save-hook 'delete-trailing-whitespace)
+
 Naming conventions =================================================
 
 We use certain naming conventions to structure the considerable number


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]