emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/floatfns.c


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/src/floatfns.c
Date: Wed, 16 Mar 2005 10:00:20 -0500

Index: emacs/src/floatfns.c
diff -c emacs/src/floatfns.c:1.82 emacs/src/floatfns.c:1.83
*** emacs/src/floatfns.c:1.82   Wed Dec 15 21:40:41 2004
--- emacs/src/floatfns.c        Wed Mar 16 15:00:17 2005
***************
*** 1,5 ****
  /* Primitive operations on floating point for GNU Emacs Lisp interpreter.
!    Copyright (C) 1988, 1993, 1994, 1999, 2003  Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,5 ----
  /* Primitive operations on floating point for GNU Emacs Lisp interpreter.
!    Copyright (C) 1988, 1993, 1994, 1999, 2003, 2005  Free Software 
Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 861,867 ****
  
  DEFUN ("floor", Ffloor, Sfloor, 1, 2, 0,
         doc: /* Return the largest integer no greater than ARG.
! This rounds the value towards +inf.
  With optional DIVISOR, return the largest integer no greater than 
ARG/DIVISOR.  */)
       (arg, divisor)
       Lisp_Object arg, divisor;
--- 861,867 ----
  
  DEFUN ("floor", Ffloor, Sfloor, 1, 2, 0,
         doc: /* Return the largest integer no greater than ARG.
! This rounds the value towards -inf.
  With optional DIVISOR, return the largest integer no greater than 
ARG/DIVISOR.  */)
       (arg, divisor)
       Lisp_Object arg, divisor;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]