Fix char syntax.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 25 Jun 2011 22:55:59 +0300
changeset 661 95d6a3c48afd
parent 660 7abcc3f39fe9
child 662 81ca1335730a
Fix char syntax.
nsis-mode.el
--- 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"