search for: cb339bd

Displaying 2 results from an estimated 2 matches for "cb339bd".

Did you mean: c1339be
2009 Aug 11
1
[PATCH libguestfs] doc: improve emacs snippets
...11 Aug 2009 09:53:16 +0200 Subject: [PATCH libguestfs] doc: improve emacs snippets * HACKING: Make (setq indent-tabs-mode nil) apply to nearly all files, not just C-mode ones. --- HACKING | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/HACKING b/HACKING index cb339bd..860726d 100644 --- a/HACKING +++ b/HACKING @@ -35,16 +35,24 @@ indentation level, and other than that, follow the K&R style. If you use Emacs, add the following to one of one of your start-up files (e.g., ~/.emacs), to help ensure that you get indentation right: + ;;; In libguestfs, indent...
2009 Aug 05
1
syntax-check changes
...ering at redhat.com> Date: Tue, 4 Aug 2009 14:01:38 +0200 Subject: [PATCH 5/8] build: tweak HACKING so we pass "make syntax-check" * HACKING: Convert leading TABs. --- HACKING | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING b/HACKING index 815ee16..cb339bd 100644 --- a/HACKING +++ b/HACKING @@ -44,8 +44,8 @@ If you use Emacs, add the following to one of one of your start-up files (setq c-indent-level 2) (setq c-basic-offset 2)) (add-hook 'c-mode-hook - '(lambda () (if (string-match "/libguestfs" (buffer-file-name))...