emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-langs.el


From: Martin Stjernholm
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-langs.el
Date: Wed, 24 Sep 2003 09:56:09 -0400

Index: emacs/lisp/progmodes/cc-langs.el
diff -c emacs/lisp/progmodes/cc-langs.el:1.27 
emacs/lisp/progmodes/cc-langs.el:1.28
*** emacs/lisp/progmodes/cc-langs.el:1.27       Mon Sep  1 11:45:34 2003
--- emacs/lisp/progmodes/cc-langs.el    Wed Sep 24 09:56:09 2003
***************
*** 1362,1368 ****
  Note: Use `c-typeless-decl-kwds' for keywords followed by a function
  or variable identifier (that's being defined)."
    t    '("struct" "union" "enum")
!   (c c++ awk) nil
    objc (append '("@class" "@interface" "@implementation" "@protocol")
               (c-lang-const c-type-list-kwds))
    java '("class" "import" "interface" "new" "extends" "implements" "throws")
--- 1362,1369 ----
  Note: Use `c-typeless-decl-kwds' for keywords followed by a function
  or variable identifier (that's being defined)."
    t    '("struct" "union" "enum")
!   (c awk) nil
!   c++  '("operator")
    objc (append '("@class" "@interface" "@implementation" "@protocol")
               (c-lang-const c-type-list-kwds))
    java '("class" "import" "interface" "new" "extends" "implements" "throws")




reply via email to

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