Mercurial > hg > xemacs-beta
diff src/md5.c @ 263:727739f917cb r20-5b30
Import from CVS: tag r20-5b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:24:41 +0200 |
parents | 11cf20601dec |
children | 6330739388db |
line wrap: on
line diff
--- a/src/md5.c Mon Aug 13 10:23:52 2007 +0200 +++ b/src/md5.c Mon Aug 13 10:24:41 2007 +0200 @@ -451,10 +451,12 @@ { coding_system = Ffind_coding_system (coding); if (NILP(coding_system)) - if (NILP(error_me_not)) - signal_simple_error("No such coding system", coding); - else - coding_system = Fget_coding_system(Qbinary); /* default to binary */ + { + if (NILP(error_me_not)) + signal_simple_error("No such coding system", coding); + else + coding_system = Fget_coding_system(Qbinary); /* default to binary */ + } } #endif