emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117017: Add coproc to list of bash builtins.


From: Daniel Colascione
Subject: [Emacs-diffs] trunk r117017: Add coproc to list of bash builtins.
Date: Thu, 24 Apr 2014 02:37:13 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117017
revision-id: address@hidden
parent: address@hidden
committer: Daniel Colascione <address@hidden>
branch nick: trunk
timestamp: Wed 2014-04-23 19:37:02 -0700
message:
  Add coproc to list of bash builtins.
  
  * lisp/progmodes/sh-script.el (sh-builtins): Add coproc to list of bash 
builtins.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/progmodes/sh-script.el    shscript.el-20091113204419-o5vbwnq5f7feedwu-727
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-04-23 01:40:35 +0000
+++ b/lisp/ChangeLog    2014-04-24 02:37:02 +0000
@@ -1,3 +1,7 @@
+2014-04-24  Daniel Colascione  <address@hidden>
+
+       * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash 
builtins.
+
 2014-04-23  Stefan Monnier  <address@hidden>
 
        * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.

=== modified file 'lisp/progmodes/sh-script.el'
--- a/lisp/progmodes/sh-script.el       2014-04-19 17:14:27 +0000
+++ b/lisp/progmodes/sh-script.el       2014-04-24 02:37:02 +0000
@@ -677,7 +677,7 @@
           "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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]