[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/data.c
From: |
Kenichi Handa |
Subject: |
[Emacs-diffs] Changes to emacs/src/data.c |
Date: |
Mon, 14 Oct 2002 21:17:51 -0400 |
Index: emacs/src/data.c
diff -c emacs/src/data.c:1.215 emacs/src/data.c:1.216
*** emacs/src/data.c:1.215 Wed Aug 7 10:30:52 2002
--- emacs/src/data.c Fri Sep 6 05:03:04 2002
***************
*** 2742,2748 ****
DEFUN ("lsh", Flsh, Slsh, 2, 2, 0,
doc: /* Return VALUE with its bits shifted left by COUNT.
If COUNT is negative, shifting is actually to the right.
! In this case, zeros are shifted in on the left. */)
(value, count)
register Lisp_Object value, count;
{
--- 2742,2748 ----
DEFUN ("lsh", Flsh, Slsh, 2, 2, 0,
doc: /* Return VALUE with its bits shifted left by COUNT.
If COUNT is negative, shifting is actually to the right.
! In this case, zeros are shifted in on the left. */)
(value, count)
register Lisp_Object value, count;
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/data.c,
Kenichi Handa <=