diff options
| author | Stefan Monnier | 2005-07-18 21:34:41 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-07-18 21:34:41 +0000 |
| commit | bcd983312cd9a5f9f5aec48821110aa7688b29b5 (patch) | |
| tree | 33d46ee74c3cbc42c8e698154621dea3232d2d07 /src/buffer.h | |
| parent | a61fed91f727fac3a5c295b2e70ffe845275b02c (diff) | |
| download | emacs-bcd983312cd9a5f9f5aec48821110aa7688b29b5.tar.gz emacs-bcd983312cd9a5f9f5aec48821110aa7688b29b5.zip | |
(Fgenerate_new_buffer_name): Declare (for use in coding.c).
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/buffer.h b/src/buffer.h index 8d170c87567..5ea889dfe6d 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 | 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 | ||
| @@ -855,6 +855,7 @@ 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; |