From 9b233997f468fe8a4f4cb7c0c799aff2e3374ba1 Mon Sep 17 00:00:00 2001 From: Daniel Colascione Date: Wed, 23 Apr 2014 19:37:02 -0700 Subject: [PATCH] Add coproc to list of bash builtins. * lisp/progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins. --- lisp/ChangeLog | 4 ++++ lisp/progmodes/sh-script.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1f94ba4c45..4026cf7bd5 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 06d7a8fdff..e8a4d92506 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 -- 2.20.1