summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-04-15 18:16:28 +0000
committerRichard M. Stallman <rms@gnu.org>1997-04-15 18:16:28 +0000
commit4e1ef829d4477aac78409cc6c4468a0aaa80f3c9 (patch)
treed70c2cf80866c0ee2c1ae55505592e1d7293d871
parent31ae202a683912e93a875effb6f9080ff308cd43 (diff)
downloademacs-4e1ef829d4477aac78409cc6c4468a0aaa80f3c9.tar.gz
(sh-while-getopts): Don't add menu-enable property.
-rw-r--r--lisp/progmodes/sh-script.el1
1 files changed, 0 insertions, 1 deletions
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))