[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/buffer.h
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] Changes to emacs/src/buffer.h |
Date: |
Mon, 18 Jul 2005 17:34:33 -0400 |
Index: emacs/src/buffer.h
diff -c emacs/src/buffer.h:1.102 emacs/src/buffer.h:1.103
*** emacs/src/buffer.h:1.102 Mon Jul 4 16:06:28 2005
--- emacs/src/buffer.h Mon Jul 18 21:34:33 2005
***************
*** 1,6 ****
/* Header file for the buffer manipulation primitives.
! Copyright (C) 1985,86,93,94,95,97,98,99,2000,01,03,04
! Free Software Foundation, Inc.
This file is part of GNU Emacs.
--- 1,6 ----
/* Header file for the buffer manipulation primitives.
! Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001,
! 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Emacs.
***************
*** 855,860 ****
--- 855,861 ----
EXFUN (Fnext_overlay_change, 1);
EXFUN (Fdelete_overlay, 1);
EXFUN (Fbuffer_local_value, 2);
+ EXFUN (Fgenerate_new_buffer_name, 2);
/* Functions to call before and after each text change. */
extern Lisp_Object Vbefore_change_functions;