X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=blobdiff_plain;f=pspp-mode.el;h=f992f25cb9ade5bcc346b8e4a28e0f1e5fb68ab9;hp=bc2a3d1997f1e257fbda1b10c308cbe68284a000;hb=refs%2Fheads%2Flexer;hpb=2990bac9e19a4a92606c830ab39ef3eb1e555481 diff --git a/pspp-mode.el b/pspp-mode.el index bc2a3d1997..f992f25cb9 100644 --- a/pspp-mode.el +++ b/pspp-mode.el @@ -1,7 +1,6 @@ ;;; pspp-mode-el -- Major mode for editing PSPP files ;; Copyright (C) 2005 Free Software Foundation -;; Author: John Darrington ;; Created: 05 March 2005 ;; Keywords: PSPP major-mode @@ -12,20 +11,18 @@ ;; Copyright (C) 2000, 2003 Scott Andrew Borton -;; This program is free software; you can redistribute it and/or -;; modify it under the terms of the GNU General Public License as -;; published by the Free Software Foundation; either version 2 of -;; the License, or (at your option) any later version. - -;; This program is distributed in the hope that it will be -;; useful, but WITHOUT ANY WARRANTY; without even the implied -;; warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR -;; PURPOSE. See the GNU General Public License for more details. - -;; You should have received a copy of the GNU General Public -;; License along with this program; if not, write to the Free -;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, -;; MA 02110-1301 USA +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see . ;;; Code: (defvar pspp-mode-hook nil) @@ -389,7 +386,6 @@ "PRINT FORMATS" "PRINT SPACE" "PROCEDURE OUTPUT" - "PROCESS IF" "PROXIMITIES" "Q" "QUICK CLUSTER" @@ -689,10 +685,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