]> git.eshelyaron.com Git - emacs.git/commit
C Mode: Fix indentation of DEFUN's function's argument list.
authorAlan Mackenzie <acm@muc.de>
Tue, 21 May 2019 11:47:14 +0000 (11:47 +0000)
committerAlan Mackenzie <acm@muc.de>
Tue, 21 May 2019 11:47:14 +0000 (11:47 +0000)
commit5856512911488e40609be5685e64f9fb8cd395ad
treed9ccffb3abf1427140e6847e551d98e6e56eaf29
parent5950160584b944c4cf9bb99c1804bf3b11fccc29
C Mode: Fix indentation of DEFUN's function's argument list.

Formally, when DEFUNs still used knr argument lists, these were indented by
the syntactic context knr-argdecl-intro (5 columns).  Since this is no longer
the case, we now just use c-basic-offset (2 columns in "gnu" style).

* lisp/progmodes/cc-align.el (c-indent-gnu-DEFUN-intro-cont): Modernize the
indentation.  Amend the doc string accordingly.
lisp/progmodes/cc-align.el