Add coproc to list of bash builtins.
authorDaniel Colascione <dancol@dancol.org>
Thu, 24 Apr 2014 02:37:02 +0000 (19:37 -0700)
committerDaniel Colascione <dancol@dancol.org>
Thu, 24 Apr 2014 02:37:02 +0000 (19:37 -0700)
* lisp/progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.

lisp/ChangeLog
lisp/progmodes/sh-script.el

index 1f94ba4..4026cf7 100644 (file)
@@ -1,3 +1,7 @@
+2014-04-24  Daniel Colascione  <dancol@dancol.org>
+
+       * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
+
 2014-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
index 06d7a8f..e8a4d92 100644 (file)
@@ -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