branch: externals/pspp-mode
commit 27fe8202a267beb9ab93b3216321942cb92a6bba
Author: John Darrington <[email protected]>
Commit: John Darrington <[email protected]>
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