diff --git a/patches/0002-ns-implement-buffer-accessibility-element-core-proto.patch b/patches/0002-ns-implement-buffer-accessibility-element-core-proto.patch index 0be0b10..08db4ac 100644 --- a/patches/0002-ns-implement-buffer-accessibility-element-core-proto.patch +++ b/patches/0002-ns-implement-buffer-accessibility-element-core-proto.patch @@ -150,14 +150,14 @@ index 852e7f9..3e1ac74 100644 + Lisp_Object cmd = Vthis_command; + /* Forward line commands. */ + if (EQ (cmd, Qns_ax_next_line) -+ || EQ (cmd, Qns_ax_dired_next_line) ++ || EQ (cmd, Qns_ax_dired_next_line)) + { + if (which) *which = 1; + return true; + } + /* Backward line commands. */ + if (EQ (cmd, Qns_ax_previous_line) -+ || EQ (cmd, Qns_ax_dired_previous_line) ++ || EQ (cmd, Qns_ax_dired_previous_line)) + { + if (which) *which = -1; + return true;