diff options
| author | Glenn Morris <rgm@gnu.org> | 2012-07-09 15:56:14 -0400 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2012-07-09 15:56:14 -0400 |
| commit | e00c793aece0c871db801f99a46c877f0b4e26e0 (patch) | |
| tree | 38395b136f7783a5c09f937b6fe04a1b0e3a68a1 /.dir-locals.el | |
| parent | 7929d4ef7beeaf70be24353f1c7c223c7b3129d0 (diff) | |
Fix typo in previous
Diffstat (limited to '.dir-locals.el')
| -rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 1da456cfdc3..5bee88267c8 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -2,7 +2,7 @@ (sentence-end-double-space . t) (fill-column . 70))) (c-mode . ((c-file-style . "GNU"))) - (obc-mode . ((c-file-style . "GNU"))) + (objc-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 |
