aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 8d170c87567..2387af65a47 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -1,6 +1,6 @@
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 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
@@ -855,6 +855,7 @@ EXFUN (Fget_file_buffer, 1);
855EXFUN (Fnext_overlay_change, 1); 855EXFUN (Fnext_overlay_change, 1);
856EXFUN (Fdelete_overlay, 1); 856EXFUN (Fdelete_overlay, 1);
857EXFUN (Fbuffer_local_value, 2); 857EXFUN (Fbuffer_local_value, 2);
858EXFUN (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. */
860extern Lisp_Object Vbefore_change_functions; 861extern Lisp_Object Vbefore_change_functions;