/[pspp]/pspp/pspp-mode.el
ViewVC logotype

Diff of /pspp/pspp-mode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by jmd, Sun May 1 07:24:24 2005 UTC revision 1.4 by jmd, Sat May 7 09:30:31 2005 UTC
# Line 689  Line 689 
689    (set (make-local-variable 'font-lock-keywords-case-fold-search) t)    (set (make-local-variable 'font-lock-keywords-case-fold-search) t)
690    (set (make-local-variable 'font-lock-defaults) '(pspp-font-lock-keywords))    (set (make-local-variable 'font-lock-defaults) '(pspp-font-lock-keywords))
691    
   ;; Register our indentation function  
   
692    (set (make-local-variable 'indent-line-function) 'pspp-indent-line)      (set (make-local-variable 'indent-line-function) 'pspp-indent-line)  
693      (set (make-local-variable 'comment-start ) "* ")
694    (set (make-local-variable 'compile-command)    (set (make-local-variable 'compile-command)
695         (concat "pspp "         (concat "pspp "
696                 buffer-file-name                 buffer-file-name

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26