Sean Whitton writes: > reopen 77823 > thanks > > Hello, > > On Tue 15 Apr 2025 at 04:15pm +03, Eli Zaretskii wrote: > >> This has been fixed by a followup changeset that Elijah sent. >> >> So I'm closing this bug. > > It's still present, just replace 'M-x emacs-lisp-mode' with > 'M-x lisp-mode' in my recipe. M-j for editing Common Lisp is broken. > > Possibly Elijah's original commit has just uncovered an existing > problem, but either way it's a bug. > > Elijah, can you take a look at the lisp-mode issue, please? I found the issue, `comment-indent' was using both block-comment variables first than `comment-start' and `comment-end', this must fix it.