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

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

[elpa] externals/pspp-mode 27fe820 04/12: Fixed a build error that make


From: Stefan Monnier
Subject: [elpa] externals/pspp-mode 27fe820 04/12: Fixed a build error that make distcheck didn't catch (automake bug).
Date: Sat, 4 Jul 2020 12:00:54 -0400 (EDT)

branch: externals/pspp-mode
commit 27fe8202a267beb9ab93b3216321942cb92a6bba
Author: John Darrington <john@darrington.wattle.id.au>
Commit: John Darrington <john@darrington.wattle.id.au>

    Fixed a build error that make distcheck didn't catch (automake bug).
---
 pspp-mode.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pspp-mode.el b/pspp-mode.el
index bc2a3d1..e28ce3c 100644
--- a/pspp-mode.el
+++ b/pspp-mode.el
@@ -689,10 +689,8 @@
   (set (make-local-variable 'font-lock-keywords-case-fold-search) t)
   (set (make-local-variable 'font-lock-defaults) '(pspp-font-lock-keywords))
 
-  ;; Register our indentation function
-
   (set (make-local-variable 'indent-line-function) 'pspp-indent-line)  
-
+  (set (make-local-variable 'comment-start ) "* ")
   (set (make-local-variable 'compile-command)
        (concat "pspp "
               buffer-file-name



reply via email to

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