aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-04-17 23:08:33 +0000
committerRichard M. Stallman1997-04-17 23:08:33 +0000
commitea39159ea2d6848263f4ec853c1b959745094bc8 (patch)
treed4e21f74f20d8c03d10eff032b03ea26b7bf3e2c
parent9b0ffdac4b452ea635dae7ea6e34300981bbd5a0 (diff)
downloademacs-ea39159ea2d6848263f4ec853c1b959745094bc8.tar.gz
emacs-ea39159ea2d6848263f4ec853c1b959745094bc8.zip
Remove all menu-enable properties except for sh-case.
-rw-r--r--lisp/progmodes/sh-script.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index 2127b4fd64e..78fbb0a9599 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -1249,7 +1249,7 @@ t means to return a list of all possible completions of STRING.
1249 "repeat " str "; do"\n 1249 "repeat " str "; do"\n
1250 > _ \n 1250 > _ \n
1251 < "done")) 1251 < "done"))
1252(put 'sh-repeat 'menu-enable '(sh-feature sh-repeat)) 1252;;;(put 'sh-repeat 'menu-enable '(sh-feature sh-repeat))
1253 1253
1254 1254
1255 1255
@@ -1259,7 +1259,7 @@ t means to return a list of all possible completions of STRING.
1259 "select " str " in " _ "; do" \n 1259 "select " str " in " _ "; do" \n
1260 > ?$ str \n 1260 > ?$ str \n
1261 < "done")) 1261 < "done"))
1262(put 'sh-select 'menu-enable '(sh-feature sh-select)) 1262;;;(put 'sh-select 'menu-enable '(sh-feature sh-select))
1263 1263
1264 1264
1265 1265
@@ -1301,7 +1301,7 @@ t means to return a list of all possible completions of STRING.
1301 "until " str "; do" \n 1301 "until " str "; do" \n
1302 > _ \n 1302 > _ \n
1303 < "done")) 1303 < "done"))
1304(put 'sh-until 'menu-enable '(sh-feature sh-until)) 1304;;;(put 'sh-until 'menu-enable '(sh-feature sh-until))
1305 1305
1306 1306
1307 1307