space in front of a C-style comment end.
+1999-12-28 Gerd Moellmann <gerd@gnu.org>
+
+ * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
+ space in front of a C-style comment end.
+
1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
* startup.el (command-line-1): Make mode line mouse-sensitive for
;; along with surrounding ws.
nil
(goto-char ender-start))
- (skip-chars-backward " \t\r\n")
+ ;(skip-chars-backward " \t\r\n")
(when (/= (point) ender-start)
(insert ?x) ; Insert first to keep marks right.
(delete-region (point) (1+ ender-start))