mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-10 12:10:35 +02:00
commit bash-20190531 snapshot
This commit is contained in:
+2
-2
@@ -1247,7 +1247,7 @@ bash_kill_shellword (count, key)
|
||||
rl_kill_text (p, rl_point);
|
||||
|
||||
rl_point = p;
|
||||
if (rl_editing_mode == 1) /* 1 == emacs_mode */
|
||||
if (rl_editing_mode == EMACS_EDITING_MODE) /* 1 == emacs_mode */
|
||||
rl_mark = rl_point;
|
||||
|
||||
return 0;
|
||||
@@ -1268,7 +1268,7 @@ bash_backward_kill_shellword (count, key)
|
||||
if (rl_point != p)
|
||||
rl_kill_text (p, rl_point);
|
||||
|
||||
if (rl_editing_mode == 1) /* 1 == emacs_mode */
|
||||
if (rl_editing_mode == EMACS_EDITING_MODE) /* 1 == emacs_mode */
|
||||
rl_mark = rl_point;
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user