Mercurial > emacs
diff src/data.c @ 11002:ff115809a39e
(Fash): Fix previous change.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 14 Mar 1995 18:38:28 +0000 |
| parents | 6a8b6db450dc |
| children | 48bf6677dab3 |
line wrap: on
line diff
--- a/src/data.c Tue Mar 14 16:29:27 1995 +0000 +++ b/src/data.c Tue Mar 14 18:38:28 1995 +0000 @@ -2018,8 +2018,8 @@ "Return VALUE with its bits shifted left by COUNT.\n\ If COUNT is negative, shifting is actually to the right.\n\ In this case, the sign bit is duplicated.") - (value, num2) - register Lisp_Object value, num2; + (value, count) + register Lisp_Object value, count; { register Lisp_Object val;
