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

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

[elpa] externals/pspp-mode 79a877c 10/12: pspp-mode.el: update elpa auto


From: Stefan Monnier
Subject: [elpa] externals/pspp-mode 79a877c 10/12: pspp-mode.el: update elpa autoload comment
Date: Sat, 4 Jul 2020 12:00:56 -0400 (EDT)

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

    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 <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))
 
 
@@ -677,7 +677,7 @@
   )
 "Highlighting expressions for PSPP mode.")
 
-;;;+++autoload
+;;;###autoload
 (defun pspp-mode ()
   (interactive)
   (kill-all-local-variables)



reply via email to

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