]> git.eshelyaron.com Git - emacs.git/commitdiff
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 1f94ba4c45a9ccf03ac495b44889f988bb36d66f..4026cf7bd5a6da9a751b59fead5d81dc7d87b857 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 06d7a8fdffea62f0edf64789f15dace074cb7856..e8a4d925065d4cc4e287a4f67c8c29c57bf82ee5 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