diff lisp/ChangeLog @ 5738:f6af091ac654

Use new language features in #'call-process-internal now they're available. lisp/ChangeLog addition: 2013-06-17 Aidan Kehoe <kehoea@parhasard.net> * process.el (process-synchronize-point): Moved to a label. * process.el (call-process-internal): Now we have better language features, use them rather than creating a closure ourselves or exposing a utility function when there is no need for that with a well-implemented labels function.
author Aidan Kehoe <kehoea@parhasard.net>
date Mon, 17 Jun 2013 20:37:47 +0100
parents 165315eae1ab
children 00a421d2b2ba f9e4d44504a4
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Jun 17 19:54:02 2013 +0100
+++ b/lisp/ChangeLog	Mon Jun 17 20:37:47 2013 +0100
@@ -1,3 +1,11 @@
+2013-06-17  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* process.el (process-synchronize-point): Moved to a label.
+	* process.el (call-process-internal):
+	Now we have better language features, use them rather than
+	creating a closure ourselves or exposing a utility function when
+	there is no need for that with a well-implemented labels function.
+
 2013-06-17  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* cl-macs.el: