Mercurial > hg > xemacs-beta
diff lisp/process.el @ 227:0e522484dd2a r20-5b12
Import from CVS: tag r20-5b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:12:37 +0200 |
parents | 41ff10fd062f |
children | 727739f917cb |
line wrap: on
line diff
--- a/lisp/process.el Mon Aug 13 10:11:42 2007 +0200 +++ b/lisp/process.el Mon Aug 13 10:12:37 2007 +0200 @@ -33,6 +33,20 @@ ;;; Code: +(defgroup processes nil + "Process, subshell, compilation, and job control support." + :group 'external + :group 'development) + +(defgroup processes-basics nil + "Basic stuff dealing with processes." + :group 'processes) + +(defgroup execute nil + "Executing external commands." + :group 'processes) + + (defvar shell-command-switch "-c" "Switch used to have the shell execute its command line argument.")