diff lisp/progmodes/tcl.el @ 109588:a9df84c12868

Merge from mainline.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Tue, 27 Jul 2010 22:51:00 +0000
parents d7a517f1b312
children b10051866f51
line wrap: on
line diff
--- a/lisp/progmodes/tcl.el	Mon Jul 26 22:54:37 2010 +0000
+++ b/lisp/progmodes/tcl.el	Tue Jul 27 22:51:00 2010 +0000
@@ -545,7 +545,7 @@
 ;;
 
 ;;;###autoload
-(define-derived-mode tcl-mode nil "Tcl"
+(define-derived-mode tcl-mode prog-mode "Tcl"
   "Major mode for editing Tcl code.
 Expression and list commands understand all Tcl brackets.
 Tab indents for Tcl code.