Mercurial > emacs
changeset 17501:478f9bb8575c
Remove all menu-enable properties except for sh-case.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 17 Apr 1997 23:08:33 +0000 |
parents | e8d7c7e2acab |
children | 8f3dcea869f5 |
files | lisp/progmodes/sh-script.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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))