Mercurial > emacs
changeset 16874:0b914fcd97a1
Clean up parentheses.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 17 Jan 1997 07:01:51 +0000 |
parents | 205ec6c5d8f3 |
children | d9956cf6699b |
files | src/editfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/editfns.c Thu Jan 16 13:12:51 1997 +0000 +++ b/src/editfns.c Fri Jan 17 07:01:51 1997 +0000 @@ -814,7 +814,7 @@ { time_t time; struct tm tm; - Lisp_Object zone = (nargs > 6)? args[nargs - 1] : Qnil; + Lisp_Object zone = (nargs > 6 ? args[nargs - 1] : Qnil); CHECK_NUMBER (args[0], 0); /* second */ CHECK_NUMBER (args[1], 1); /* minute */