Mercurial > hg > xemacs-beta
diff lisp/prim/process.el @ 153:25f70ba0133c r20-3b3
Import from CVS: tag r20-3b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:38:25 +0200 |
parents | 59463afc5666 |
children | 43dd3413c7c7 |
line wrap: on
line diff
--- a/lisp/prim/process.el Mon Aug 13 09:37:21 2007 +0200 +++ b/lisp/prim/process.el Mon Aug 13 09:38:25 2007 +0200 @@ -325,3 +325,7 @@ ;; by "William G. Dubuque" <wgd@zurich.ai.mit.edu> (with-output-to-string (call-process shell-file-name nil t nil "-c" command))) + +(defalias 'shell-command-to-string 'exec-to-string) + +;;; process.el ends here