From: Richard M. Stallman Date: Thu, 17 Apr 1997 23:08:33 +0000 (+0000) Subject: Remove all menu-enable properties except for sh-case. X-Git-Tag: emacs-20.1~2444 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea39159ea2d6848263f4ec853c1b959745094bc8;p=emacs.git Remove all menu-enable properties except for sh-case. --- 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. "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))