~ubuntu-branches/ubuntu/feisty/apache2/feisty

« back to all changes in this revision

Viewing changes to srclib/apr/emacs-mode

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Barth
  • Date: 2006-12-09 21:05:45 UTC
  • mfrom: (0.6.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061209210545-h70s0xaqc2v8vqr2
Tags: 2.2.3-3.2
* Non-maintainer upload.
* 043_ajp_connection_reuse: Patch from upstream Bugzilla, fixing a critical
  issue with regard to connection reuse in mod_proxy_ajp.
  Closes: #396265

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
;; M-x load-file <this file>
 
2
;; or emacs -l <this file>
 
3
;; to use this style: C-c . apache
 
4
(c-add-style "apache"
 
5
             '((inclass . ++)
 
6
               (defun-block-intro . ++)
 
7
               (statement-block-intro . ++)
 
8
               (substatement . ++)
 
9
               (brace-list-intro . ++)
 
10
               (statement-case-intro . ++)
 
11
               (inextern-lang . 0)
 
12
               ))
 
13
(setq-default indent-tabs-mode nil)
 
14
;; if you forgot to do this at startup, then M-x eval-expression
 
15
;; (setq indent-tabs-mode nil) on each buffer