From: Friedrich Beckmann Date: Mon, 12 Nov 2018 08:04:42 +0000 (+0100) Subject: changed emacs mode description to comply with elpa X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=398ee0d376efdfc1653ef0672b7cc3c91c68b4a0;p=pspp changed emacs mode description to comply with elpa During the debian package development lintian proposed to install emacs mode via the elpa system. I changed the pspp emacs mode description to comply to elpa. --- diff --git a/pspp-mode.el b/pspp-mode.el index f992f25cb9..c12acdfbe1 100644 --- a/pspp-mode.el +++ b/pspp-mode.el @@ -1,13 +1,14 @@ -;;; pspp-mode-el -- Major mode for editing PSPP files +;;; pspp-mode.el --- Major mode for editing PSPP files -;; Copyright (C) 2005 Free Software Foundation +;; Copyright (C) 2005,2018 Free Software Foundation +;; Author: Scott Andrew Borton ;; Created: 05 March 2005 +;; Version: 1.0 ;; Keywords: PSPP major-mode +;; This file is not part of GNU Emacs. - - +;;; Commentary: ;; Based on the example wpdl-mode.el by Scott Borton -;; Author: Scott Andrew Borton ;; Copyright (C) 2000, 2003 Scott Andrew Borton @@ -32,6 +33,7 @@ pspp-mode-map) "Keymap for PSPP major mode") +;;;+++autoload (add-to-list 'auto-mode-alist '("\\.sps\\'" . pspp-mode)) @@ -255,7 +257,7 @@ ;; String delimiters (modify-syntax-entry ?' "\"" x-pspp-mode-syntax-table) - (modify-syntax-entry ?" "\"" x-pspp-mode-syntax-table) + (modify-syntax-entry ?\" "\"" x-pspp-mode-syntax-table) x-pspp-mode-syntax-table) @@ -675,7 +677,7 @@ ) "Highlighting expressions for PSPP mode.") - +;;;+++autoload (defun pspp-mode () (interactive) (kill-all-local-variables)