]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorAlan Mackenzie <acm@muc.de>
Tue, 29 Jan 2008 20:45:51 +0000 (20:45 +0000)
committerAlan Mackenzie <acm@muc.de>
Tue, 29 Jan 2008 20:45:51 +0000 (20:45 +0000)
lisp/ChangeLog

index 14067364e5423329c5c7aa6c7412c76c54782185..f0565096f3de7c9b583d2f03c70ebfa7e8eedaa5 100644 (file)
@@ -1,5 +1,9 @@
 2008-01-29  Alan Mackenzie  <acm@muc.de>
 
+       * progmodes/cc-langs.el (c-block-stmt-1-kwds, c-block-stmt-2-kwds)
+       (c-simple-stmt-kwds): New Objective C keywords: @finally, @try,
+       @catch, @synchronized, @throw.
        * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
        from this regexp; part of same fix as next change to cc-engine.el.