comparison src/buffer.h @ 64479:464cbb3faef9

(Fgenerate_new_buffer_name): Declare (for use in coding.c).
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 18 Jul 2005 21:34:33 +0000
parents a8fa7c632ee4
children a0d1312ede66 187d6a1f84f7
comparison
equal deleted inserted replaced
64478:bb9cda6ee0d1 64479:464cbb3faef9
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
853 EXFUN (Fbuffer_name, 1); 853 EXFUN (Fbuffer_name, 1);
854 EXFUN (Fget_file_buffer, 1); 854 EXFUN (Fget_file_buffer, 1);
855 EXFUN (Fnext_overlay_change, 1); 855 EXFUN (Fnext_overlay_change, 1);
856 EXFUN (Fdelete_overlay, 1); 856 EXFUN (Fdelete_overlay, 1);
857 EXFUN (Fbuffer_local_value, 2); 857 EXFUN (Fbuffer_local_value, 2);
858 EXFUN (Fgenerate_new_buffer_name, 2);
858 859
859 /* Functions to call before and after each text change. */ 860 /* Functions to call before and after each text change. */
860 extern Lisp_Object Vbefore_change_functions; 861 extern Lisp_Object Vbefore_change_functions;
861 extern Lisp_Object Vafter_change_functions; 862 extern Lisp_Object Vafter_change_functions;
862 extern Lisp_Object Vfirst_change_hook; 863 extern Lisp_Object Vfirst_change_hook;