fixed sparse-array linker problem
[pspp-builds.git] / pspp-mode.el
index bc2a3d1997f1e257fbda1b10c308cbe68284a000..356cfdc0cac45d758bea119a3965e33fef817eb3 100644 (file)
@@ -1,7 +1,6 @@
 ;;; pspp-mode-el -- Major mode for editing PSPP files
 
 ;; Copyright (C) 2005 Free Software Foundation
-;; Author: John Darrington <john@darrington.wattle.id.au>
 ;; Created: 05 March 2005
 ;; Keywords: PSPP major-mode
 
                                "PRINT FORMATS"          
                                "PRINT SPACE"            
                                "PROCEDURE OUTPUT"       
-                               "PROCESS IF"             
                                "PROXIMITIES"            
                                "Q"                      
                                "QUICK CLUSTER"          
   (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