]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fash): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Tue, 14 Mar 1995 18:38:28 +0000 (18:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 14 Mar 1995 18:38:28 +0000 (18:38 +0000)
src/data.c

index 07ffcb3aa6b3c3422f619e78dafa21400447afb3..83cbcf6bd9a40b2692bf9f51398ea7192ddfd03f 100644 (file)
@@ -2018,8 +2018,8 @@ DEFUN ("ash", Fash, Sash, 2, 2, 0,
   "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;