[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/data.c
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/src/data.c |
Date: |
Fri, 06 Sep 2002 05:03:04 -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;
{
- [Emacs-diffs] Changes to emacs/src/data.c,
Juanma Barranquero <=