diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/editfns.c b/src/editfns.c index fe29bb8ae20..3c14d6210a5 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -51,6 +51,8 @@ Lisp_Object Vbuffer_access_fontify_functions; | |||
| 51 | Lisp_Object Qbuffer_access_fontify_functions; | 51 | Lisp_Object Qbuffer_access_fontify_functions; |
| 52 | Lisp_Object Vbuffer_access_fontified_property; | 52 | Lisp_Object Vbuffer_access_fontified_property; |
| 53 | 53 | ||
| 54 | Lisp_Object Fuser_full_name (); | ||
| 55 | |||
| 54 | /* Some static data, and a function to initialize it for each run */ | 56 | /* Some static data, and a function to initialize it for each run */ |
| 55 | 57 | ||
| 56 | Lisp_Object Vsystem_name; | 58 | Lisp_Object Vsystem_name; |