diff options
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c index b48dbbebabc..7151d220b05 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -89,7 +89,8 @@ static Lisp_Object Qdefun; | |||
| 89 | Lisp_Object Qinteractive_form; | 89 | Lisp_Object Qinteractive_form; |
| 90 | static Lisp_Object Qdefalias_fset_function; | 90 | static Lisp_Object Qdefalias_fset_function; |
| 91 | 91 | ||
| 92 | static void swap_in_symval_forwarding (struct Lisp_Symbol *, struct Lisp_Buffer_Local_Value *); | 92 | static void swap_in_symval_forwarding (struct Lisp_Symbol *, |
| 93 | struct Lisp_Buffer_Local_Value *); | ||
| 93 | 94 | ||
| 94 | static bool | 95 | static bool |
| 95 | BOOLFWDP (union Lisp_Fwd *a) | 96 | BOOLFWDP (union Lisp_Fwd *a) |