changeset 106277:da201d492db3

* sha1.el (sha1-string-external): default-directory "/" in case otherwise non-existent. process-connection-type pipe for touch of efficiency recommended by elisp manual. (An aside in Bug#3911.)
author Kevin Ryde <user42@zip.com.au>
date Thu, 26 Nov 2009 23:39:32 +0000
parents 78a8cf7b5387
children bfba1a86394b
files lisp/ChangeLog
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Nov 26 23:38:18 2009 +0000
+++ b/lisp/ChangeLog	Thu Nov 26 23:39:32 2009 +0000
@@ -3,6 +3,10 @@
 	* log-view.el: Add "Keywords: tools", since its other keywords
 	aren't in finder-known-keywords, and following vc.el.
 
+	* sha1.el (sha1-string-external): default-directory "/" in case
+	otherwise non-existent.  process-connection-type pipe for touch of
+	efficiency recommended by elisp manual.  (An aside in Bug#3911.)
+
 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	Misc coding convention cleanups.