]> git.eshelyaron.com Git - emacs.git/commitdiff
(sh-while-getopts): Don't add menu-enable property.
authorRichard M. Stallman <rms@gnu.org>
Tue, 15 Apr 1997 18:16:28 +0000 (18:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 15 Apr 1997 18:16:28 +0000 (18:16 +0000)
lisp/progmodes/sh-script.el

index 782a5b32bf10f0d15241c03872a3445229cc2dd4..2127b4fd64eab789c8594cd2f878f1d7b2bef92f 100644 (file)
@@ -1386,7 +1386,6 @@ option followed by a colon `:' if the option accepts an argument."
       < < "esac" \n
       < "done" \n
       "shift " (sh-add "OPTIND" -1)))
-(put 'sh-while-getopts 'menu-enable '(sh-feature sh-while-getopts))