diff options
Diffstat (limited to 'src/keyboard.c')
| -rw-r--r-- | src/keyboard.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index a684f18c756..81b68ab343c 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -5164,7 +5164,8 @@ static const char *const lispy_drag_n_drop_names[] = | |||
| 5164 | static Lisp_Object Qabove_handle, Qhandle, Qbelow_handle; | 5164 | static Lisp_Object Qabove_handle, Qhandle, Qbelow_handle; |
| 5165 | static Lisp_Object Qbefore_handle, Qhorizontal_handle, Qafter_handle; | 5165 | static Lisp_Object Qbefore_handle, Qhorizontal_handle, Qafter_handle; |
| 5166 | Lisp_Object Qup, Qdown, Qtop, Qbottom; | 5166 | Lisp_Object Qup, Qdown, Qtop, Qbottom; |
| 5167 | Lisp_Object Qleft, Qright, Qleftmost, Qrightmost; | 5167 | Lisp_Object Qleft, Qright; |
| 5168 | static Lisp_Object Qleftmost, Qrightmost; | ||
| 5168 | static Lisp_Object Qend_scroll; | 5169 | static Lisp_Object Qend_scroll; |
| 5169 | static Lisp_Object Qratio; | 5170 | static Lisp_Object Qratio; |
| 5170 | 5171 | ||