*** progmodes/cc-cmds.el Mon Nov 27 10:32:48 2006 --- progmodes/cc-cmds.el Mon Nov 27 10:33:20 2006 *************** *** 3897,3903 **** (prog1 (save-restriction (narrow-to-region beg end) ! (apply fun args)) (if point-rel ;; Restore point if it was outside the region. (if (< point-rel 0) --- 3897,3905 ---- (prog1 (save-restriction (narrow-to-region beg end) ! (if (eq c-lit-type 'c++) ! (apply 'fill-comment-paragraph args) ! (apply fun args))) (if point-rel ;; Restore point if it was outside the region. (if (< point-rel 0)