[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/pspp-mode 9b8b43b 05/12: Continue reforming procedure e
From: |
Stefan Monnier |
Subject: |
[elpa] externals/pspp-mode 9b8b43b 05/12: Continue reforming procedure execution. In this phase, remove PROCESS |
Date: |
Sat, 4 Jul 2020 12:00:54 -0400 (EDT) |
branch: externals/pspp-mode
commit 9b8b43bcc56cd2bf05a17eb2a207679a4b36ddd2
Author: Ben Pfaff <blp@gnu.org>
Commit: Ben Pfaff <blp@gnu.org>
Continue reforming procedure execution. In this phase, remove PROCESS
IF, which was deprecated anyway and can be easily simulated with
TEMPORARY followed by SELECT IF.
---
pspp-mode.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/pspp-mode.el b/pspp-mode.el
index e28ce3c..2fd5d3f 100644
--- a/pspp-mode.el
+++ b/pspp-mode.el
@@ -389,7 +389,6 @@
"PRINT FORMATS"
"PRINT SPACE"
"PROCEDURE OUTPUT"
- "PROCESS IF"
"PROXIMITIES"
"Q"
"QUICK CLUSTER"
- [elpa] branch externals/pspp-mode created (now 91b72ce), Stefan Monnier, 2020/07/04
- [elpa] externals/pspp-mode 7eed0f2 03/12: Updated pspp-mode.el., Stefan Monnier, 2020/07/04
- [elpa] externals/pspp-mode 4820404 09/12: Delete trailing whitespace at line endings., Stefan Monnier, 2020/07/04
- [elpa] externals/pspp-mode 70e2b20 08/12: changed emacs mode description to comply with elpa, Stefan Monnier, 2020/07/04
- [elpa] externals/pspp-mode 66b3b97 11/12: pspp-mode.el: Make indentation closer to what lisp people like., Stefan Monnier, 2020/07/04
- [elpa] externals/pspp-mode 5d35382 01/12: Added the beginnings of an emacs pspp-mode for editing pspp files., Stefan Monnier, 2020/07/04
- [elpa] externals/pspp-mode 27fe820 04/12: Fixed a build error that make distcheck didn't catch (automake bug)., Stefan Monnier, 2020/07/04
- [elpa] externals/pspp-mode 9b8b43b 05/12: Continue reforming procedure execution. In this phase, remove PROCESS,
Stefan Monnier <=
- [elpa] externals/pspp-mode dd4bf58 02/12: Changed all the licence notices in all the files., Stefan Monnier, 2020/07/04
- [elpa] externals/pspp-mode d47efc5 07/12: Change license from GPLv2+ to GPLv3+., Stefan Monnier, 2020/07/04
- [elpa] externals/pspp-mode 79a877c 10/12: pspp-mode.el: update elpa autoload comment, Stefan Monnier, 2020/07/04
- [elpa] externals/pspp-mode 91b72ce 12/12: pspp-mode.el: Make all keywords case insensitive, Stefan Monnier, 2020/07/04
- [elpa] externals/pspp-mode 0b5c5f1 06/12: Removed my authorship lines., Stefan Monnier, 2020/07/04