branch: externals/pspp-mode
commit 79a877cdaa96acb085c11176b5c48ac55e1042c1
Author: Friedrich Beckmann <[email protected]>
Commit: Friedrich Beckmann <[email protected]>

    pspp-mode.el: update elpa autoload comment
    
    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 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pspp-mode.el b/pspp-mode.el
index edfc243..8327d50 100644
--- a/pspp-mode.el
+++ b/pspp-mode.el
@@ -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 <[email protected]>
 ;; 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))
 
 
@@ -677,7 +677,7 @@
   )
 "Highlighting expressions for PSPP mode.")
 
-;;;+++autoload
+;;;###autoload
 (defun pspp-mode ()
   (interactive)
   (kill-all-local-variables)

Reply via email to