diff options
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/data.c b/src/data.c index 93cc57e9f2c..d44176d9b01 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -2057,7 +2057,7 @@ If the current binding is global (the default), the value is nil. */) | |||
| 2057 | /* This code is disabled now that we use the selected frame to return | 2057 | /* This code is disabled now that we use the selected frame to return |
| 2058 | keyboard-local-values. */ | 2058 | keyboard-local-values. */ |
| 2059 | #if 0 | 2059 | #if 0 |
| 2060 | extern struct terminal *get_terminal P_ ((Lisp_Object display, int)); | 2060 | extern struct terminal *get_terminal (Lisp_Object display, int); |
| 2061 | 2061 | ||
| 2062 | DEFUN ("terminal-local-value", Fterminal_local_value, Sterminal_local_value, 2, 2, 0, | 2062 | DEFUN ("terminal-local-value", Fterminal_local_value, Sterminal_local_value, 2, 2, 0, |
| 2063 | doc: /* Return the terminal-local value of SYMBOL on TERMINAL. | 2063 | doc: /* Return the terminal-local value of SYMBOL on TERMINAL. |
| @@ -2605,8 +2605,8 @@ enum arithop | |||
| 2605 | Amin | 2605 | Amin |
| 2606 | }; | 2606 | }; |
| 2607 | 2607 | ||
| 2608 | static Lisp_Object float_arith_driver P_ ((double, int, enum arithop, | 2608 | static Lisp_Object float_arith_driver (double, int, enum arithop, |
| 2609 | int, Lisp_Object *)); | 2609 | int, Lisp_Object *); |
| 2610 | extern Lisp_Object fmod_float (); | 2610 | extern Lisp_Object fmod_float (); |
| 2611 | 2611 | ||
| 2612 | Lisp_Object | 2612 | Lisp_Object |