]> git.eshelyaron.com Git - emacs.git/commit
Revert addition of electric-block-comment-mode & follow-up commits
authorSean Whitton <spwhitton@spwhitton.name>
Tue, 22 Apr 2025 12:42:45 +0000 (20:42 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 22 Apr 2025 17:57:30 +0000 (19:57 +0200)
commit0c4b87bd5c7128302e7e4639c3dd2a9318578c40
tree1a0deb68d45e57e1fc7d201a7a1322a3069ee0e6
parent3330c9979afdf9700b6220508b5f1372fa14bde2
Revert addition of electric-block-comment-mode & follow-up commits

As presently under discussion in bug#77823, the intended new
functionality is not really about comments at all.
Remove it for now to allow us to redesign from a clean slate,
and to deal with the regression reported in bug#77823.

This reverts the following three changesets:

Author:     Elías Gabriel Pérez <eg642616@gmail.com>
AuthorDate: Mon Mar 17 12:56:52 2025 -0600

  New minor mode: `electric-block-comment-mode'

Author:     Elías Gabriel Pérez <eg642616@gmail.com>
AuthorDate: Mon Mar 31 17:58:16 2025 -0600

  Add block-comment-start and block-comment-end to supported modes

Author:     Elías Gabriel Pérez <eg642616@gmail.com>
AuthorDate: Sun Apr 13 12:26:08 2025 -0600

  Add block-comment variables to cc-mode

(cherry picked from commit 4808f785ccb0166a87983405c6317ab2a4d6dfde)
16 files changed:
lisp/electric.el
lisp/emacs-lisp/lisp-mode.el
lisp/newcomment.el
lisp/nxml/nxml-mode.el
lisp/progmodes/c-ts-common.el
lisp/progmodes/cc-cmds.el
lisp/progmodes/cc-mode.el
lisp/progmodes/go-ts-mode.el
lisp/progmodes/js.el
lisp/progmodes/json-ts-mode.el
lisp/progmodes/lua-ts-mode.el
lisp/progmodes/opascal.el
lisp/progmodes/pascal.el
lisp/progmodes/typescript-ts-mode.el
lisp/textmodes/css-mode.el
lisp/textmodes/sgml-mode.el