diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index a43f9f5d7f0..f4333c579e1 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -1102,7 +1102,7 @@ command_loop_1 () | |||
| 1102 | SET_PT (PT - 1); | 1102 | SET_PT (PT - 1); |
| 1103 | lose = FETCH_CHAR (PT); | 1103 | lose = FETCH_CHAR (PT); |
| 1104 | if ((dp | 1104 | if ((dp |
| 1105 | ? (XTYPE (DISP_CHAR_VECTOR (dp, lose)) != Lisp_Vector | 1105 | ? (VECTORP (DISP_CHAR_VECTOR (dp, lose)) |
| 1106 | && XVECTOR (DISP_CHAR_VECTOR (dp, lose))->size == 1) | 1106 | && XVECTOR (DISP_CHAR_VECTOR (dp, lose))->size == 1) |
| 1107 | : (lose >= 0x20 && lose < 0x7f)) | 1107 | : (lose >= 0x20 && lose < 0x7f)) |
| 1108 | && (XFASTINT (XWINDOW (selected_window)->last_modified) | 1108 | && (XFASTINT (XWINDOW (selected_window)->last_modified) |