pspp-mode.el: update elpa autoload comment
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Fri, 26 Jun 2020 12:46:54 +0000 (14:46 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Fri, 26 Jun 2020 12:46:54 +0000 (14:46 +0200)
The pspp-mode is not automagically active in the 1.2.0-5 debian
release which install the emacs pspp mode. The reason was this
wrong elpa autoload comment.

pspp-mode.el

index edfc243b641606688559027abcbc4166af0808bb..8327d504f9e1b73fa557746d59459adefbdf56d3 100644 (file)
@@ -1,9 +1,9 @@
 ;;; pspp-mode.el --- Major mode for editing PSPP files
 
-;; Copyright (C) 2005,2018 Free Software Foundation
+;; Copyright (C) 2005,2018,2020 Free Software Foundation
 ;; Author: Scott Andrew Borton <scott@pp.htv.fi>
 ;; Created: 05 March 2005
-;; Version: 1.0
+;; Version: 1.1
 ;; Keywords: PSPP major-mode
 ;; This file is not part of GNU Emacs.
 
@@ -33,7 +33,7 @@
     pspp-mode-map)
   "Keymap for PSPP major mode")
 
-;;;+++autoload
+;;;###autoload
 (add-to-list 'auto-mode-alist '("\\.sps\\'" . pspp-mode))
 
 
   )
 "Highlighting expressions for PSPP mode.")
 
-;;;+++autoload
+;;;###autoload
 (defun pspp-mode ()
   (interactive)
   (kill-all-local-variables)