diff emacs/octave-mod.el @ 3092:4bb976b250bf

[project @ 1997-10-17 07:48:48 by jwe]
author jwe
date Fri, 17 Oct 1997 07:52:48 +0000
parents 4bdba9d56316
children 83ab3f9ff43d
line wrap: on
line diff
--- a/emacs/octave-mod.el	Fri Oct 10 16:26:48 1997 +0000
+++ b/emacs/octave-mod.el	Fri Oct 17 07:52:48 1997 +0000
@@ -328,7 +328,7 @@
   '(("for" . ("end" "endfor"))
     ("function" . ("end" "endfunction"))
     ("if" . ("else" "elseif" "end" "endif"))
-    ("switch" . ("case" "end" "endswitch" "otherwise"))
+    ("switch" . ("case" "otherwise" "end" "endswitch"))
     ("try" . ("catch" "end" "end_try_catch"))
     ("unwind_protect" . ("unwind_protect_cleanup" "end"
 			 "end_unwind_protect"))