# HG changeset patch # User Kevin Ryde # Date 1259278772 0 # Node ID da201d492db3c26395d271b4c0e98e299b460d06 # Parent 78a8cf7b53877823528e6e28b78239f8437ce39e * 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.) diff -r 78a8cf7b5387 -r da201d492db3 lisp/ChangeLog --- 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 Misc coding convention cleanups.