branch: externals/pspp-mode
commit 9b8b43bcc56cd2bf05a17eb2a207679a4b36ddd2
Author: Ben Pfaff <[email protected]>
Commit: Ben Pfaff <[email protected]>
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"