--- a/lisp/nsis-mode.el Fri Jan 29 11:31:17 2010 +0200
+++ b/lisp/nsis-mode.el Fri Jan 29 13:23:30 2010 +0200
@@ -18,13 +18,13 @@
;;;###autoload
(define-generic-mode 'nsis-mode
- (list ?\; ?\#)
+ (list ?\; ?\# '("/*" . "*/"))
'(
"Section" "SectionEnd" "Function" "FunctionEnd" "File"
"Name" "ShowInstDetails" "ComponentText" "Caption"
"LicenseData" "BrandingText"
"Exec" "ExecWait" "ExecShell" "Goto" "Call" "Return" "Abort" "Quit" "Reboot"
- "Page" "PageEx" "PageCallbacks" "PageExEnd"
+ "Page" "UninstPage" "PageEx" "PageCallbacks" "PageExEnd"
"Delete" "CopyFiles" "CreateDirectory" "RMDir" "OutFile" "ReserveFile" "CreateShortCut"
"Var" "Pop"
"StrCpy" "StrCmp" "IntCmp"