comparison lisp/progmodes/tcl.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 6c13700d1c13 a11fdee52c05
children 8438f5473d99
comparison
equal deleted inserted replaced
83400:03934708f1e9 83401:03335deca80b
117 ;; User variables. 117 ;; User variables.
118 ;; 118 ;;
119 119
120 (defgroup tcl nil 120 (defgroup tcl nil
121 "Major mode for editing Tcl source in Emacs." 121 "Major mode for editing Tcl source in Emacs."
122 :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces)
122 :group 'languages) 123 :group 'languages)
123 124
124 (defcustom tcl-indent-level 4 125 (defcustom tcl-indent-level 4
125 "*Indentation of Tcl statements with respect to containing block." 126 "*Indentation of Tcl statements with respect to containing block."
126 :type 'integer 127 :type 'integer