diff options
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/viper-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper-util.el b/lisp/emulation/viper-util.el index c4dc569efb3..9616fd4e86f 100644 --- a/lisp/emulation/viper-util.el +++ b/lisp/emulation/viper-util.el | |||
| @@ -426,7 +426,7 @@ Otherwise return the normal value." | |||
| 426 | ;; Issue an error, if no match. | 426 | ;; Issue an error, if no match. |
| 427 | (unless (eq 0 status) | 427 | (unless (eq 0 status) |
| 428 | (save-excursion | 428 | (save-excursion |
| 429 | (skip-chars-forward " \t\n\j") | 429 | (skip-chars-forward " \t\n") |
| 430 | (if (looking-at "ls:") | 430 | (if (looking-at "ls:") |
| 431 | (viper-forward-Word 1)) | 431 | (viper-forward-Word 1)) |
| 432 | (error "%s: %s" | 432 | (error "%s: %s" |