emacs-csharp / csharp-mode

A major-mode for editing C# in emacs
GNU General Public License v3.0
155 stars 47 forks source link

Implement patch from Stefan Monnier <monnier@iro.umontreal.ca> #263

Closed josteink closed 2 years ago

josteink commented 2 years ago

Fix issues with (back)quoted lambda in csharp-mode.el:

--

Hi,

I was annoyed at the backquoted lambda in csharp-mode.el and tracked down its origin to a bug in CC-mode. While waiting for CC-mode to be fixed, the patch below replaces this workaround with another one that allows the code to be properly byte-compiled.