aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c3
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[] =
5164static Lisp_Object Qabove_handle, Qhandle, Qbelow_handle; 5164static Lisp_Object Qabove_handle, Qhandle, Qbelow_handle;
5165static Lisp_Object Qbefore_handle, Qhorizontal_handle, Qafter_handle; 5165static Lisp_Object Qbefore_handle, Qhorizontal_handle, Qafter_handle;
5166Lisp_Object Qup, Qdown, Qtop, Qbottom; 5166Lisp_Object Qup, Qdown, Qtop, Qbottom;
5167Lisp_Object Qleft, Qright, Qleftmost, Qrightmost; 5167Lisp_Object Qleft, Qright;
5168static Lisp_Object Qleftmost, Qrightmost;
5168static Lisp_Object Qend_scroll; 5169static Lisp_Object Qend_scroll;
5169static Lisp_Object Qratio; 5170static Lisp_Object Qratio;
5170 5171