From: Chong Yidong Date: Wed, 27 Aug 2008 19:03:33 +0000 (+0000) Subject: * dired.c (Ffile_attributes): Avoid compiler warning in bitshift. X-Git-Tag: emacs-pretest-23.0.90~3228 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b9fb8cf010d02c7fe120f9bd16c9f2f5200e9995;p=emacs.git * dired.c (Ffile_attributes): Avoid compiler warning in bitshift. --- diff --git a/src/ChangeLog b/src/ChangeLog index e345916a47f..e5eec8033c7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-08-27 Andreas Schwab + + * dired.c (Ffile_attributes): Avoid compiler warning in bitshift. + 2008-08-27 Andreas Schwab * search.c (search_buffer): Set char_base to zero only at the end.