user-specified option string is empty.
+2000-05-15 Gerd Moellmann <gerd@gnu.org>
+
+ * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
+ user-specified option string is empty.
+
+ * mouse.el (mouse-yank-at-click): Doc fix.
+
2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
* term/internal.el (IT-character-translations): More updates of
(while (search-backward ":" v1 t)
(replace-match " ARG] [+-" t t)))
(if (eq (preceding-char) ?-) -5)
- "] [--] ARGS...\"" \n
+ (if (length v1) "] ")
+ "[--] ARGS...\"" \n
"exit 2" > \n
"esac" >
\n "done"