branch: externals/pspp-mode
commit 70e2b204c9719a1c74be27e268431cc5102eb497
Author: Friedrich Beckmann <[email protected]>
Commit: Friedrich Beckmann <[email protected]>
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.
---
pspp-mode.el | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/pspp-mode.el b/pspp-mode.el
index f992f25..c12acdf 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 <[email protected]>
;; 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 <[email protected]>
;; Copyright (C) 2000, 2003 Scott Andrew Borton <[email protected]>
@@ -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)