diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1995-12-11 00:48:21 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1995-12-11 00:48:21 +0000 |
| commit | 0ef0ad0b7772092ae5905b1c4c6b09c9e2a16793 (patch) | |
| tree | 152cd1dfc3b9e33472065961bb6c9a30073494e4 /gnu/usr.bin/cvs/contrib | |
| parent | ac4bd338c8528cb5af4afdfa3b4e57438a25cc29 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cvs/contrib')
| -rw-r--r-- | gnu/usr.bin/cvs/contrib/cvs-format.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/contrib/cvs-format.el b/gnu/usr.bin/cvs/contrib/cvs-format.el index 5e70429940b6..cdbd8423ce2a 100644 --- a/gnu/usr.bin/cvs/contrib/cvs-format.el +++ b/gnu/usr.bin/cvs/contrib/cvs-format.el @@ -14,7 +14,6 @@ ;; ;; - ;; If `c-auto-newline' is non-`nil', newlines are inserted both ;;before and after braces that you insert, and after colons and semicolons. ;;Correct C indentation is done on all the lines that are made this way. @@ -30,6 +29,13 @@ ;; reindent. ;(setq c-tab-always-indent nil) +;;; It seems to me that +;;; `M-x set-c-style BSD RET' +;;; or +;;; (set-c-style "BSD") +;;; takes care of the indentation parameters correctly. + + ;; C does not have anything analogous to particular function names for which ;;special forms of indentation are desirable. However, it has a different ;;need for customization facilities: many different styles of C indentation |
