emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/tcl.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/tcl.el [lexbind]
Date: Wed, 08 Dec 2004 19:17:23 -0500

Index: emacs/lisp/progmodes/tcl.el
diff -c emacs/lisp/progmodes/tcl.el:1.69.2.4 
emacs/lisp/progmodes/tcl.el:1.69.2.5
*** emacs/lisp/progmodes/tcl.el:1.69.2.4        Wed Oct  6 05:21:58 2004
--- emacs/lisp/progmodes/tcl.el Wed Dec  8 23:36:36 2004
***************
*** 438,444 ****
  ;;    proc foo { \n {arg1 def} \n arg2 } {
  ;; The current setting handles the first case properly but not the second.
  ;; It also fails if `proc' is not in column-0 (e.g. it's in a namespace).
! (defconst tcl-omit-ws-regexp "^[^] \t\n#}].+[ \t]+")
  
  
  
--- 438,444 ----
  ;;    proc foo { \n {arg1 def} \n arg2 } {
  ;; The current setting handles the first case properly but not the second.
  ;; It also fails if `proc' is not in column-0 (e.g. it's in a namespace).
! (defconst tcl-omit-ws-regexp "^[^]\" \t\n#}][^\n\"#]+[ \t]+")
  
  
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]