diff options
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/viper-cmd.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el index c90cecf8adc..2c07017e389 100644 --- a/lisp/emulation/viper-cmd.el +++ b/lisp/emulation/viper-cmd.el | |||
| @@ -3097,8 +3097,8 @@ On reaching beginning of line, stop and signal error." | |||
| 3097 | (setq this-command 'next-line) | 3097 | (setq this-command 'next-line) |
| 3098 | (if com (viper-execute-com 'viper-next-line val com)))) | 3098 | (if com (viper-execute-com 'viper-next-line val com)))) |
| 3099 | 3099 | ||
| 3100 | (declare-function widget-type "../widget" (widget)) | 3100 | (declare-function widget-type "../wid-edit" (widget)) |
| 3101 | (declare-function widget-button-press "../widget" (pos &optional event)) | 3101 | (declare-function widget-button-press "../wid-edit" (pos &optional event)) |
| 3102 | (declare-function viper-set-hooks "viper" ()) | 3102 | (declare-function viper-set-hooks "viper" ()) |
| 3103 | 3103 | ||
| 3104 | (defun viper-next-line-at-bol (arg) | 3104 | (defun viper-next-line-at-bol (arg) |