From: Daniel Colascione Date: Thu, 24 Apr 2014 02:37:02 +0000 (-0700) Subject: Add coproc to list of bash builtins. X-Git-Tag: emacs-25.0.90~2612^2~709^2~1021 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9b233997f468fe8a4f4cb7c0c799aff2e3374ba1;p=emacs.git Add coproc to list of bash builtins. * lisp/progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1f94ba4c45a..4026cf7bd5a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2014-04-24 Daniel Colascione + + * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins. + 2014-04-23 Stefan Monnier * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge. diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 06d7a8fdffe..e8a4d925065 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -677,7 +677,7 @@ removed when closing the here document." "jobs" "kill" "let" "local" "popd" "printf" "pushd" "shopt" "source" "suspend" "typeset" "unalias" ;; bash4 - "mapfile" "readarray") + "mapfile" "readarray" "coproc") ;; The next entry is only used for defining the others (bourne sh-append shell