pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/pspp-mode.el


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/pspp-mode.el
Date: Sat, 07 May 2005 05:30:35 -0400

Index: pspp/pspp-mode.el
diff -u pspp/pspp-mode.el:1.3 pspp/pspp-mode.el:1.4
--- pspp/pspp-mode.el:1.3       Sun May  1 07:24:24 2005
+++ pspp/pspp-mode.el   Sat May  7 09:30:31 2005
@@ -689,10 +689,8 @@
   (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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]