chiark / gitweb /
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)
commit0e7d960b998e7c6dc781dc37cb703cdb32232a5f
treed778668057893fad677407db68fe6a50b9419c9b
parent9774991d3c574cd2de2d6b570ec8836199f5a9d0
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#.
el/dot-emacs.el