mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Some modes will set comment-line-break-function to an anonymous function or advice (as octave-mode does), which will cause this fboundp check to throw a type error when you press RET while on a commented line.