]> git.eshelyaron.com Git - emacs.git/commit
Move defvars of c-doc-line-join-re + two others from cc-fonts.el to cc-mode.el
authorAlan Mackenzie <acm@muc.de>
Mon, 17 Jun 2019 20:22:06 +0000 (20:22 +0000)
committerAlan Mackenzie <acm@muc.de>
Mon, 17 Jun 2019 20:22:06 +0000 (20:22 +0000)
commitda6deda8d41c0a7ce4ddcc4b3569c7aa295238df
treed67ce5b0fac03ef6ea68480a5514b27f4bb4dce3
parentaed6e2f7c6517fd27589a9c618799c3deb88f96e
Move defvars of c-doc-line-join-re + two others from cc-fonts.el to cc-mode.el

This is because these variables are needed at runtime even when cc-fonts.el
hasn't been loaded, as in XEmacs when font locking hasn't been enabled.

* lisp/progmodes/cc-fonts.el (c-doc-line-join-re)
(c-doc-bright-comment-start-re, c-doc-line-join-end-ch): Move definitions to
cc-mode.el.
lisp/progmodes/cc-fonts.el
lisp/progmodes/cc-mode.el