Variable: tcl-proc-list
tcl-proc-list is a variable defined in tcl.el.gz.
Value
("proc" "method" "itcl_class" "body" "configbody" "class" "namespace")
Documentation
List of commands whose first argument defines something.
This exists because some people (eg, me) use defvar et al.
Call tcl-set-proc-regexp and tcl-set-font-lock-keywords
after changing this list.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/tcl.el.gz
(defvar tcl-proc-list
'("proc" "method" "itcl_class" "body" "configbody" "class" "namespace")
"List of commands whose first argument defines something.
This exists because some people (eg, me) use `defvar' et al.
Call `tcl-set-proc-regexp' and `tcl-set-font-lock-keywords'
after changing this list.")