aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/proced.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/proced.el b/lisp/proced.el
index dee646ced4c..db45e202088 100644
--- a/lisp/proced.el
+++ b/lisp/proced.el
@@ -78,9 +78,6 @@ the external command (usually \"kill\")."
78 ("KILL" . " (9. Kill - cannot be caught or ignored)") 78 ("KILL" . " (9. Kill - cannot be caught or ignored)")
79 ("ALRM" . " (14. Alarm Clock)") 79 ("ALRM" . " (14. Alarm Clock)")
80 ("TERM" . " (15. Termination)") 80 ("TERM" . " (15. Termination)")
81 ;; POSIX 1003.1-2001
82 ;; Which systems do not support these signals so that we can
83 ;; exclude them from `proced-signal-list'?
84 ("CONT" . " (Continue executing)") 81 ("CONT" . " (Continue executing)")
85 ("STOP" . " (Stop executing / pause - cannot be caught or ignored)") 82 ("STOP" . " (Stop executing / pause - cannot be caught or ignored)")
86 ("TSTP" . " (Terminal stop / pause)")) 83 ("TSTP" . " (Terminal stop / pause)"))