# HG changeset patch # User Richard M. Stallman # Date 861318513 0 # Node ID 478f9bb8575c943564b3e579839536c4191e3144 # Parent e8d7c7e2acab7b9a145188ec655990c202ceab2c Remove all menu-enable properties except for sh-case. diff -r e8d7c7e2acab -r 478f9bb8575c lisp/progmodes/sh-script.el --- a/lisp/progmodes/sh-script.el Thu Apr 17 21:22:21 1997 +0000 +++ b/lisp/progmodes/sh-script.el Thu Apr 17 23:08:33 1997 +0000 @@ -1249,7 +1249,7 @@ "repeat " str "; do"\n > _ \n < "done")) -(put 'sh-repeat 'menu-enable '(sh-feature sh-repeat)) +;;;(put 'sh-repeat 'menu-enable '(sh-feature sh-repeat)) @@ -1259,7 +1259,7 @@ "select " str " in " _ "; do" \n > ?$ str \n < "done")) -(put 'sh-select 'menu-enable '(sh-feature sh-select)) +;;;(put 'sh-select 'menu-enable '(sh-feature sh-select)) @@ -1301,7 +1301,7 @@ "until " str "; do" \n > _ \n < "done")) -(put 'sh-until 'menu-enable '(sh-feature sh-until)) +;;;(put 'sh-until 'menu-enable '(sh-feature sh-until))