Mercurial > emacs
diff lisp/ChangeLog @ 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 | bea65f80986c |
children | 563a767d38bf |
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.