From: Richard M. Stallman Date: Tue, 15 Apr 1997 18:16:28 +0000 (+0000) Subject: (sh-while-getopts): Don't add menu-enable property. X-Git-Tag: emacs-20.1~2465 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c02f273d17c49e273c7f3432549d38063a75b5a0;p=emacs.git (sh-while-getopts): Don't add menu-enable property. --- diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 782a5b32bf1..2127b4fd64e 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -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))