/[emacs]/emacs/lisp/progmodes/cc-langs.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/cc-langs.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.27 by miles, Mon Sep 1 15:45:34 2003 UTC revision 1.28 by mast, Wed Sep 24 13:56:09 2003 UTC
# Line 1362  too. Line 1362  too.
1362  Note: Use `c-typeless-decl-kwds' for keywords followed by a function  Note: Use `c-typeless-decl-kwds' for keywords followed by a function
1363  or variable identifier (that's being defined)."  or variable identifier (that's being defined)."
1364    t    '("struct" "union" "enum")    t    '("struct" "union" "enum")
1365    (c c++ awk) nil    (c awk) nil
1366      c++  '("operator")
1367    objc (append '("@class" "@interface" "@implementation" "@protocol")    objc (append '("@class" "@interface" "@implementation" "@protocol")
1368                 (c-lang-const c-type-list-kwds))                 (c-lang-const c-type-list-kwds))
1369    java '("class" "import" "interface" "new" "extends" "implements" "throws")    java '("class" "import" "interface" "new" "extends" "implements" "throws")

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26