Fix some word/symbol classifications in scheme-mode's syntax table.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 22 Aug 2011 03:38:30 +0000 (23:38 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 22 Aug 2011 03:38:30 +0000 (23:38 -0400)
commitf13f86fbf2a9bce1abc974a4b2f457183e963d3b
treeb46180d35b516ab07debb221be0dab0741dc11b6
parente013fb340c50dd99676ccc4552fd6aae2e319aa8
Fix some word/symbol classifications in scheme-mode's syntax table.

* lisp/progmodes/scheme.el (scheme-mode-syntax-table): Don't use
symbol-constituent as the default, as that stops font-lock from
working properly.

Fixes: debbugs:8843
lisp/ChangeLog
lisp/progmodes/scheme.el