emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/pspp-mode 70e2b20 08/12: changed emacs mode description


From: Stefan Monnier
Subject: [elpa] externals/pspp-mode 70e2b20 08/12: changed emacs mode description to comply with elpa
Date: Sat, 4 Jul 2020 12:00:55 -0400 (EDT)

branch: externals/pspp-mode
commit 70e2b204c9719a1c74be27e268431cc5102eb497
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Commit: Friedrich Beckmann <friedrich.beckmann@gmx.de>

    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 <scott@pp.htv.fi>
 ;; 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 <scott@pp.htv.fi>
 
 ;; Copyright (C) 2000, 2003 Scott Andrew Borton <scott@pp.htv.fi>
 
@@ -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)



reply via email to

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