]> git.eshelyaron.com Git - emacs.git/commit
CC Mode. Fix an off by one error. Fixes bug #41809
authorAlan Mackenzie <acm@muc.de>
Thu, 25 Jun 2020 17:07:16 +0000 (17:07 +0000)
committerAlan Mackenzie <acm@muc.de>
Tue, 24 Nov 2020 16:34:07 +0000 (16:34 +0000)
commitb2ee6650243ed2777f3a6c400f194f770f00da6f
tree969fefdc23fa53122af9ee91a5a96462dfab9b77
parentf425a774c23ef683e3c052782a497ea30c0ebd10
CC Mode.  Fix an off by one error.  Fixes bug #41809

* lisp/progmodes/cc-engine.el (c-full-pp-to-literal): Change > to >= (twice).
lisp/progmodes/cc-engine.el