el/dot-emacs.el: Fix auto-fill magic for `//' comments in C-like modes.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 3 Nov 2009 17:21:26 +0000 (17:21 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 3 Nov 2009 17:21:26 +0000 (17:21 +0000)
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#.


No differences found