bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#10090: 24.0.91; c-beginning-of-statement-1: Symbol's value as variab


From: Oleksandr Gavenko
Subject: bug#10090: 24.0.91; c-beginning-of-statement-1: Symbol's value as variable is void: c-nonlabel-token-2-key
Date: Sun, 20 Nov 2011 22:07:18 +0200

In GNU Emacs 24.0.91.1 (i386-mingw-nt6.1.7601)

  cmd# runemacs -Q

type simple C program (in c-mode):

  int foo() {
    switch (a) {
    case 0:
  a;      // <====  THIS LINE
    }
  }

when you type ';' you hit TAB on "THIS LINE" you get error:

  c-beginning-of-statement-1: Symbol's value as variable is void:
  c-nonlabel-token-2-key

and line was not indented.

-- 
Best regards!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]