From: Mark Wooding Date: Tue, 3 Nov 2009 17:21:26 +0000 (+0000) Subject: el/dot-emacs.el: Fix auto-fill magic for `//' comments in C-like modes. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/0e7d960b998e7c6dc781dc37cb703cdb32232a5f?ds=inline;hp=0e7d960b998e7c6dc781dc37cb703cdb32232a5f el/dot-emacs.el: Fix auto-fill magic for `//' comments in C-like modes. Factor out the hairy regexp into a separate variable, and fix it to recognize a `//' comment properly. Also remove the override forcing `/* ... */' comments in Java and C#. ---