comparison lisp/progmodes/ada-mode.el @ 83401:03335deca80b

Merged from miles@gnu.org--gnu-2005 (patch 655) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-655 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-441
author Karoly Lorentey <lorentey@elte.hu>
date Fri, 18 Nov 2005 14:53:14 +0000
parents 2a679c81f552 a11fdee52c05
children b98066f4aa10
comparison
equal deleted inserted replaced
83400:03934708f1e9 83401:03335deca80b
161 fully loaded. 161 fully loaded.
162 This is a good place to add Ada environment specific bindings.") 162 This is a good place to add Ada environment specific bindings.")
163 163
164 (defgroup ada nil 164 (defgroup ada nil
165 "Major mode for editing Ada source in Emacs." 165 "Major mode for editing Ada source in Emacs."
166 :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces)
166 :group 'languages) 167 :group 'languages)
167 168
168 (defcustom ada-auto-case t 169 (defcustom ada-auto-case t
169 "*Non-nil means automatically change case of preceding word while typing. 170 "*Non-nil means automatically change case of preceding word while typing.
170 Casing is done according to `ada-case-keyword', `ada-case-identifier' 171 Casing is done according to `ada-case-keyword', `ada-case-identifier'