emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/editfns.c
Date: Sun, 27 Mar 2005 09:23:09 -0500

Index: emacs/src/editfns.c
diff -c emacs/src/editfns.c:1.389 emacs/src/editfns.c:1.390
*** emacs/src/editfns.c:1.389   Fri Jan 21 00:32:36 2005
--- emacs/src/editfns.c Sun Mar 27 14:23:09 2005
***************
*** 1,6 ****
  /* Lisp functions pertaining to editing.
!    Copyright (C) 1985,86,87,89,93,94,95,96,97,98,1999,2000,01,02,03,2004
!       Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,6 ----
  /* Lisp functions pertaining to editing.
!    Copyright (C) 1985, 1986, 1987, 1989, 1993, 1994, 1995, 1996, 1997, 1998,
!      1999, 2000, 2001, 2002, 2003, 2004, 2005  Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 265,274 ****
  
  DEFUN ("goto-char", Fgoto_char, Sgoto_char, 1, 1, "NGoto char: ",
         doc: /* Set point to POSITION, a number or marker.
! Beginning of buffer is position (point-min), end is (point-max).
! If the position is in the middle of a multibyte form,
! the actual point is set at the head of the multibyte form
! except in the case that `enable-multibyte-characters' is nil.  */)
       (position)
       register Lisp_Object position;
  {
--- 265,271 ----
  
  DEFUN ("goto-char", Fgoto_char, Sgoto_char, 1, 1, "NGoto char: ",
         doc: /* Set point to POSITION, a number or marker.
! Beginning of buffer is position (point-min), end is (point-max).  */)
       (position)
       register Lisp_Object position;
  {




reply via email to

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