mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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.