]> git.eshelyaron.com Git - emacs.git/commit
Add block-comment variables to cc-mode.
authorElías Gabriel Pérez <eg642616@gmail.com>
Sun, 13 Apr 2025 18:26:08 +0000 (12:26 -0600)
committerEshel Yaron <me@eshelyaron.com>
Wed, 16 Apr 2025 07:35:18 +0000 (09:35 +0200)
commitfa21857da30904fa6ca7e555e2d2dc5b8813600a
tree03335e91add1918b726c892a9b8be96c61fc1c97
parentfc9ccc09573b6b4e81b460755a2644b8c32cbbe7
Add block-comment variables to cc-mode.

* lisp/progmodes/cc-cmds.el (c-indent-new-comment-line):
Add block-comment-start and block-comment-end
* lisp/progmodes/cc-mode.el (c-basic-common-init):
Declare block-comment-start and block-comment-end buffer-local.
* lisp/emacs-lisp/lisp-mode.el (lisp-mode-variables): Move
block-comment variables ...
(lisp-mode): ... to here.  (Bug#77424)

(cherry picked from commit 74842b4cb2c164ceed5cbe6ee5ad578ee46fe012)
lisp/emacs-lisp/lisp-mode.el
lisp/progmodes/cc-cmds.el
lisp/progmodes/cc-mode.el