From a17ad1d53b4c2b8a3f723c1bb1b5f8510b748b8f Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Fri, 26 Jun 2020 14:46:54 +0200 Subject: [PATCH] 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 edfc243b64..8327d504f9 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 ;; 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) -- 2.30.2