Add coproc to list of bash builtins.
* lisp/progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
This commit is contained in:
parent
417c9bcba1
commit
9b233997f4
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue