]> git.eshelyaron.com Git - emacs.git/commit
Extend electric-pair-mode actions to < and >, and also to ( and ) in literals
authorAlan Mackenzie <acm@muc.de>
Tue, 22 Jan 2019 14:37:54 +0000 (14:37 +0000)
committerAlan Mackenzie <acm@muc.de>
Tue, 22 Jan 2019 14:37:54 +0000 (14:37 +0000)
commit9eaf5e052a802a7b0560f983f2bb786e13ce2488
treee89f066d7a0621e703df5b80eef9491278b2f612
parentf97b734ffb2b70f3d94e46453a236b46e0704901
Extend electric-pair-mode actions to < and >, and also to ( and ) in literals

* lisp/progmodes/cc-cmds.el (c-electric-lt-gt): Actuate electric-pair-mode if
a < or > is typed in a context where this is meaningful (#include, or
template).
(c-electric-paren): Allow electric-pair-mode activity in a comment or string.

* lisp/progmodes/cc-defs.el (c-make-keywords-re): Fix a bug where lists of
source symbols could get overwritten when parameter adorn is set to
'appendable.

* list/progmodes/cc-langs.el (c-cpp-include-key): New lang const and var.
lisp/progmodes/cc-cmds.el
lisp/progmodes/cc-defs.el
lisp/progmodes/cc-langs.el