comparison lisp/ChangeLog @ 46984:a6d9ca6d1a10

*** empty log message ***
author Martin Stjernholm <mast@lysator.liu.se>
date Tue, 20 Aug 2002 21:59:10 +0000
parents 076f60a8d04b
children ea387a07a37b
comparison
equal deleted inserted replaced
46983:35f3b5d4f918 46984:a6d9ca6d1a10
1 2002-08-20 Martin Stjernholm <bug-cc-mode@gnu.org>
2
3 * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
4 that could cause an infinite loop if something that looks like
5 a macro begins in the middle of a line.
6
7 * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
8 could cause `c-state-cache' to contain two conses in sequence
9 when there's an unbalanced open paren in a macro.
10
1 2002-08-20 Glenn Morris <gmorris@ast.cam.ac.uk> 11 2002-08-20 Glenn Morris <gmorris@ast.cam.ac.uk>
2 12
3 * progmodes/fortran.el (fortran-current-defun): Use save-excursion. 13 * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
4 14
5 * imenu.el (imenu--generic-function): Use mapc. 15 * imenu.el (imenu--generic-function): Use mapc.