]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove all menu-enable properties except for sh-case.
authorRichard M. Stallman <rms@gnu.org>
Thu, 17 Apr 1997 23:08:33 +0000 (23:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 17 Apr 1997 23:08:33 +0000 (23:08 +0000)
lisp/progmodes/sh-script.el

index 2127b4fd64eab789c8594cd2f878f1d7b2bef92f..78fbb0a959952bc0489fd1d1381efa84c7bf3eb6 100644 (file)
@@ -1249,7 +1249,7 @@ t means to return a list of all possible completions of STRING.
       "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 @@ t means to return a list of all possible completions of STRING.
         "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 @@ t means to return a list of all possible completions of STRING.
       "until " str "; do" \n
       > _ \n
       < "done"))
-(put 'sh-until 'menu-enable '(sh-feature sh-until))
+;;;(put 'sh-until 'menu-enable '(sh-feature sh-until))