comparison src/buffer.h @ 90203:187d6a1f84f7

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 485-492) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 92-94) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 22 Jul 2005 08:27:27 +0000
parents f9a65d7ebd29 464cbb3faef9
children 2d92f5c9d6ae
comparison
equal deleted inserted replaced
90202:7597b4a23c3b 90203:187d6a1f84f7
1 /* Header file for the buffer manipulation primitives. 1 /* Header file for the buffer manipulation primitives.
2 Copyright (C) 1985,86,93,94,95,97,98,99,2000,01,03,04 2 Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001,
3 Free Software Foundation, Inc. 3 2003, 2004, 2005 Free Software Foundation, Inc.
4 4
5 This file is part of GNU Emacs. 5 This file is part of GNU Emacs.
6 6
7 GNU Emacs is free software; you can redistribute it and/or modify 7 GNU Emacs is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by 8 it under the terms of the GNU General Public License as published by
858 EXFUN (Fbuffer_name, 1); 858 EXFUN (Fbuffer_name, 1);
859 EXFUN (Fget_file_buffer, 1); 859 EXFUN (Fget_file_buffer, 1);
860 EXFUN (Fnext_overlay_change, 1); 860 EXFUN (Fnext_overlay_change, 1);
861 EXFUN (Fdelete_overlay, 1); 861 EXFUN (Fdelete_overlay, 1);
862 EXFUN (Fbuffer_local_value, 2); 862 EXFUN (Fbuffer_local_value, 2);
863 EXFUN (Fgenerate_new_buffer_name, 2);
863 864
864 /* Functions to call before and after each text change. */ 865 /* Functions to call before and after each text change. */
865 extern Lisp_Object Vbefore_change_functions; 866 extern Lisp_Object Vbefore_change_functions;
866 extern Lisp_Object Vafter_change_functions; 867 extern Lisp_Object Vafter_change_functions;
867 extern Lisp_Object Vfirst_change_hook; 868 extern Lisp_Object Vfirst_change_hook;