[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r108974: Apply GNU coding style to ob
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r108974: Apply GNU coding style to objc-mode as well as c-mode |
Date: |
Mon, 09 Jul 2012 15:55:23 -0400 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 108974
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-07-09 15:55:23 -0400
message:
Apply GNU coding style to objc-mode as well as c-mode
modified:
.dir-locals.el
=== modified file '.dir-locals.el'
--- a/.dir-locals.el 2012-05-08 15:19:18 +0000
+++ b/.dir-locals.el 2012-07-09 19:55:23 +0000
@@ -2,6 +2,7 @@
(sentence-end-double-space . t)
(fill-column . 70)))
(c-mode . ((c-file-style . "GNU")))
+ (obc-mode . ((c-file-style . "GNU")))
;; You must set bugtracker_debbugs_url in your bazaar.conf for this to work.
;; See admin/notes/bugtracker.
(log-edit-mode . ((log-edit-rewrite-fixes
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r108974: Apply GNU coding style to objc-mode as well as c-mode,
Glenn Morris <=