From d2e267e3ffeb183bff12ce229b70adea654c4c8e Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:54:35 +0000 Subject: [PATCH] lilypond-0.1.10 --- Documentation/CodingStyle.pod | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Documentation/CodingStyle.pod b/Documentation/CodingStyle.pod index cddf90b58e..5e0048a364 100644 --- a/Documentation/CodingStyle.pod +++ b/Documentation/CodingStyle.pod @@ -66,12 +66,8 @@ The class Class_name_abbreviation is coded in F in emacs: - (add-hook 'c-mode-hook - '(lambda ()(setq c-basic-offset 4))) - - (add-hook 'c++-mode-hook - '(lambda() (c-set-style "Stroustrup") + '(lambda() (c-set-style "gnu") ) ) -- 2.39.5