/[emacs]/emacs/lisp/progmodes/tcl.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/tcl.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.79 by monnier, Sat Nov 27 00:04:16 2004 UTC revision 1.80 by monnier, Sat Nov 27 00:07:14 2004 UTC
# Line 438  is a Tcl expression, and the last argume Line 438  is a Tcl expression, and the last argume
438  ;;    proc foo { \n {arg1 def} \n arg2 } {  ;;    proc foo { \n {arg1 def} \n arg2 } {
439  ;; The current setting handles the first case properly but not the second.  ;; The current setting handles the first case properly but not the second.
440  ;; It also fails if `proc' is not in column-0 (e.g. it's in a namespace).  ;; It also fails if `proc' is not in column-0 (e.g. it's in a namespace).
441  (defconst tcl-omit-ws-regexp "^[^]\" \t\n#}][^\n\"]+[ \t]+")  (defconst tcl-omit-ws-regexp "^[^]\" \t\n#}][^\n\"#]+[ \t]+")
442    
443    
444    

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26