Fix char syntax.
--- a/nsis-mode.el Sat Jun 25 15:58:35 2011 +0300
+++ b/nsis-mode.el Sat Jun 25 22:55:59 2011 +0300
@@ -28,7 +28,7 @@
;;;###autoload
(define-generic-mode nsis-mode
- (list ?\; ?\# '("/*" . "*/"))
+ (list ?\; ?# '("/*" . "*/"))
'(
"Section" "SectionEnd" "SectionIn" "SectionGroup" "SectionGroupEnd" "Function" "FunctionEnd" "File"
"SectionSetFlags" "SectionGetFlags" "SectionSetText" "SectionGetText" "SectionSetInstTypes" "SectionGetInstTypes" "SectionSetSize" "SectionGetSize" "SetCurInstType" "GetCurInstType" "InstTypeSetText" "InstTypeGetText"