Fixed a build error that make distcheck didn't catch (automake bug).
[pspp-builds.git] / pspp-mode.el
index bc2a3d1997f1e257fbda1b10c308cbe68284a000..e28ce3cea38bd8ad7cf400e67fab967c0215ac38 100644 (file)
   (set (make-local-variable 'font-lock-keywords-case-fold-search) t)
   (set (make-local-variable 'font-lock-defaults) '(pspp-font-lock-keywords))
 
-  ;; Register our indentation function
-
   (set (make-local-variable 'indent-line-function) 'pspp-indent-line)  
-
+  (set (make-local-variable 'comment-start ) "* ")
   (set (make-local-variable 'compile-command)
        (concat "pspp "
               buffer-file-name