]> git.eshelyaron.com Git - emacs.git/commit
CC Mode: Fix error in cache handling. This fixes bug #43481
authorAlan Mackenzie <acm@muc.de>
Thu, 26 Nov 2020 11:37:38 +0000 (11:37 +0000)
committerAlan Mackenzie <acm@muc.de>
Thu, 26 Nov 2020 11:37:38 +0000 (11:37 +0000)
commitc9160bda7889d9e37a9b82ef64bf711ba7e32e41
treeb3158dcfbff0129217794266ece0e86f5a73e5d6
parent6442cdc0e4ec466841ff9c3d9016fecd7b72b5a1
CC Mode: Fix error in cache handling.  This fixes bug #43481

* lisp/progmodes/cc-engine.el (c-full-pp-to-literal): Handle correctly END
being before HERE by using parse-partial-sexp to get the end of the literal
containing HERE.
lisp/progmodes/cc-engine.el