]> code.delx.au - gnu-emacs/blobdiff - lisp/proced.el
Speed up CC Mode fontification with less accurate functions extending region
[gnu-emacs] / lisp / proced.el
index dee646ced4ca5cd8524b1b2502166638af3bbf3f..db45e202088d25268d3b2fa3fce1db7943911c09 100644 (file)
@@ -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)"))