[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/progmodes/antlr-mode.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/antlr-mode.el |
Date: |
Thu, 19 May 2005 15:06:23 -0400 |
Index: emacs/lisp/progmodes/antlr-mode.el
diff -c emacs/lisp/progmodes/antlr-mode.el:1.19
emacs/lisp/progmodes/antlr-mode.el:1.20
*** emacs/lisp/progmodes/antlr-mode.el:1.19 Fri Dec 31 14:50:27 2004
--- emacs/lisp/progmodes/antlr-mode.el Thu May 19 19:06:19 2005
***************
*** 785,790 ****
--- 785,791 ----
\((java-mode \. 2) (c++-mode \. 0))
Java actions are fontified with level 2 and C++ actions are not
fontified at all."
+ :group 'antlr
:type '(choice (const :tag "None" none)
(const :tag "Inherit" inherit)
(const :tag "Default" nil)
- [Emacs-diffs] Changes to emacs/lisp/progmodes/antlr-mode.el,
Juanma Barranquero <=