emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108975: Fix typo in previous


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108975: Fix typo in previous
Date: Mon, 09 Jul 2012 15:56:14 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108975
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-07-09 15:56:14 -0400
message:
  Fix typo in previous
modified:
  .dir-locals.el
=== modified file '.dir-locals.el'
--- a/.dir-locals.el    2012-07-09 19:55:23 +0000
+++ b/.dir-locals.el    2012-07-09 19:56:14 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]