Mercurial > emacs
changeset 11002:ff115809a39e
(Fash): Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 14 Mar 1995 18:38:28 +0000 |
parents | 2736b0e7295b |
children | 71304a70d0f6 |
files | src/data.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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;