X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/9fb9d0706c9353ea76d8355361854947bba2550d..4b9ac23960d2998f899287ffcf696ad33b63a69a:/lisp/proced.el diff --git a/lisp/proced.el b/lisp/proced.el index dee646ced4..db45e20208 100644 --- a/lisp/proced.el +++ b/lisp/proced.el @@ -78,9 +78,6 @@ the external command (usually \"kill\")." ("KILL" . " (9. Kill - cannot be caught or ignored)") ("ALRM" . " (14. Alarm Clock)") ("TERM" . " (15. Termination)") - ;; POSIX 1003.1-2001 - ;; Which systems do not support these signals so that we can - ;; exclude them from `proced-signal-list'? ("CONT" . " (Continue executing)") ("STOP" . " (Stop executing / pause - cannot be caught or ignored)") ("TSTP" . " (Terminal stop / pause)"))